-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
116 lines (116 loc) · 2.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "lndice",
"version": "1.0.0",
"description": "lightning network dice application",
"productName": "lndice",
"main": "main.js",
"scripts": {
"install": "gulp bundle",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mably/ln-dice.git"
},
"keywords": [
"dice",
"lnd",
"lncli",
"web",
"client",
"nodejs",
"grpc",
"lightning",
"network",
"bitcoin"
],
"author": "Francois Masurel",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mably/ln-dice/issues"
},
"homepage": "https://github.com/mably/ln-dice#readme",
"dependencies": {
"angular": "^1.6.4",
"angular-base64": "^2.0.5",
"angular-local-storage": "^0.6.0",
"angular-sanitize": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angular-uuid": "0.0.4",
"angular-web-notification": "^1.2.22",
"basic-auth": "^1.1.0",
"bcrypt": "^1.0.2",
"bcrypt-nodejs": "0.0.3",
"bignumber.js": "^4.0.2",
"bitcore-lib": "^0.13.19",
"body-parser": "^1.16.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"commander": "^2.9.0",
"debug": "^2.6.1",
"express": "^4.14.1",
"express-session": "^1.15.1",
"fast-crc32c": "^1.0.4",
"font-awesome": "^4.7.0",
"graphviz": "0.0.8",
"greenlock": "^2.1.12",
"grpc": "^1.1.1",
"jquery": "^3.2.1",
"le-acme-core": "^2.0.9",
"le-challenge-fs": "^2.0.8",
"le-store-certbot": "^2.0.3",
"method-override": "^2.3.7",
"ng-toast": "^2.0.0",
"ngclipboard": "^1.1.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"promise": "^7.1.1",
"redirect-https": "^1.1.4",
"socket.io": "^1.7.2",
"socket.io-client": "^2.0.3",
"tingodb": "^0.5.1",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.4",
"zbase32": "0.0.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"browserify-css": "^0.10.1",
"browserify-shim": "^3.8.14",
"buffer": "^5.0.6",
"electron": "^1.4.1",
"electron-packager": "^8.5.2",
"electron-rebuild": "^1.5.7",
"electron-winstaller": "^2.5.2",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.4",
"merge": "^1.2.0",
"rename": "^1.0.4",
"source": "0.0.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {},
"browserify-css": {
"autoInject": true,
"minify": false,
"rootDir": "public"
}
}