forked from CryptoFR/ln-tip-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.24 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
117
118
119
120
121
122
123
124
125
126
127
{
"name": "lncliweb",
"version": "1.0.0",
"description": "lnd web client",
"productName": "lncliweb",
"main": "main.js",
"scripts": {
"install": "gulp bundles",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mably/lncli-web.git"
},
"keywords": [
"lnd",
"lncli",
"web",
"client",
"nodejs",
"grpc",
"lightning",
"network",
"bitcoin"
],
"author": "Francois Masurel",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/mably/lncli-web/issues"
},
"homepage": "https://github.com/mably/lncli-web#readme",
"dependencies": {
"angular": "1.7.0",
"angular-base64": "^2.0.5",
"angular-local-storage": "^0.7.1",
"angular-qrcode": "^7.2.0",
"angular-sanitize": "1.7.0",
"angular-smart-table": "^2.1.11",
"angular-ui-bootstrap": "^2.5.6",
"angular-uuid": "0.0.4",
"angular-web-notification": "^1.2.29",
"awesome-bootstrap-checkbox": "^1.0.0",
"basic-auth": "^2.0.0",
"bitcore-lib": "^8.0.0",
"body-parser": "^1.16.0",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"command-exists": "^1.2.7",
"commander": "^2.16.0",
"debug": "^3.1.0",
"express": "^4.14.1",
"express-session": "^1.15.1",
"fast-crc32c": "^1.0.4",
"font-awesome": "^4.7.0",
"grant-express": "^3.7.1",
"graphviz": "0.0.8",
"greenlock": "^2.6.7",
"grpc": "^1.18.0",
"jquery": "^3.2.1",
"le-acme-core": "^2.0.9",
"le-challenge-fs": "^2.0.8",
"le-store-certbot": "^2.2.0",
"lodash": "^4.17.11",
"method-override": "^2.3.7",
"ng-toast": "^2.0.0",
"ngclipboard": "^1.1.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"promise": "^8.0.1",
"qrcode-generator": "^1.4.1",
"redirect-https": "^1.1.4",
"simple-web-notification": "^1.0.29",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.3",
"tingodb": "^0.6.1",
"winston": "^2.4.3",
"winston-daily-rotate-file": "^1.4.4",
"zbase32": "0.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^14.4.0",
"browserify-css": "^0.13.1",
"browserify-shim": "^3.8.14",
"buffer": "^5.2.1",
"electron": "^1.4.1",
"electron-packager": "^9.1.0",
"electron-rebuild": "^1.8.1",
"electron-winstaller": "^2.7.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"fs-extra": "^7.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-eslint": "^5.0.0",
"gulp-livereload": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"merge": "^1.2.1",
"rename": "^1.0.4",
"source": "0.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {},
"browserify-css": {
"autoInject": true,
"minify": false,
"rootDir": "public"
}
}