-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 860 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 860 Bytes
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
{
"name": "lightning-node",
"version": "1.0.0",
"description": "btc lightning node",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dr3am3r/lightning-node.git"
},
"keywords": [
"btc",
"lightning",
"node"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dr3am3r/lightning-node/issues"
},
"homepage": "https://github.com/dr3am3r/lightning-node#readme",
"devDependencies": {
"nodemon": "1.18.7"
},
"dependencies": {
"body-parser": "^1.18.3",
"jsonwebtoken": "^8.4.0",
"moment": "^2.22.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"rand-token": "^0.4.0",
"restana": "^2.3.3",
"uuid": "^3.3.2"
}
}