-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 855 Bytes
/
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
{
"name": "clightning-stats",
"description": "Web c-lightning node stats",
"version": "0.0.1",
"scripts": {
"start": "node ./bin/www",
"test": "xo"
},
"dependencies": {
"body-parser": "~1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "^4.16.3",
"lightning-client": "^0.5.2-beta.8",
"morgan": "^1.9.1",
"npm": "^6.4.1",
"pug": "~2.0.3",
"random-js": "^1.0.8",
"serve-favicon": "~2.4.5",
"xo": "^0.20.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lvaccaro/clightning-stats.git"
},
"author": {
"name": "Luca Vaccaro",
"email": "[email protected]"
},
"keywords": [
"❤️",
"lightning",
"lightningnetworks",
"bitcoin"
],
"xo": {
"ignore": "public/external"
}
}