-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
61 lines (61 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nanopos",
"version": "0.1.6",
"description": "A simple Lightning point-of-sale system, powered by Lightning Charge.",
"bin": "dist/cli.js",
"scripts": {
"start": "./start.sh",
"dist": "./build.sh",
"prepublishOnly": "npm run dist"
},
"files": [
"dist",
"views"
],
"repository": "https://github.com/ElementsProject/nanopos.git",
"keywords": [
"bitcoin",
"lightning",
"lightning-charge",
"PoS",
"point-of-sale"
],
"author": "Nadav Ivgi",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"bootswatch": "^4.3.1",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
"currency-formatter": "^1.5.5",
"express": "^4.17.1",
"fmtbtc": "0.0.3",
"js-yaml": "^3.13.1",
"lightning-charge-client": "^0.1.12",
"meow": "^4.0.1",
"morgan": "^1.9.1",
"only": "0.0.2",
"popper.js": "^1.16.0",
"pug": "^2.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-watch": "^2.0.8",
"babelify": "^8.0.0",
"bootstrap": "^4.3.1",
"browserify-middleware": "^8.1.1",
"jquery": "^3.4.1",
"pugify": "^2.2.0",
"qrcode": "^1.4.4"
},
"browserify": {
"transform": [
"babelify",
"pugify"
]
}
}