forked from iquidus/explorer
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 697 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
{
"name": "explorer",
"version": "1.6.1",
"private": true,
"scripts": {
"start": "node --stack-size=10000 ./bin/cluster",
"stop": "kill -2 $(cat tmp/cluster.pid)",
"test": "node ./node_modules/jasmine/bin/jasmine.js"
},
"dependencies": {
"bitcoin": "^3.0.1",
"bitcoin-node-api": "^0.1.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"debug": "^4.1.0",
"express": "^4.16.4",
"jsonminify": "^0.4.1",
"mongodb": "^3.1.10",
"mongoose": "^5.3.15",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"qr-image": "^3.2.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"jasmine": "^3.3.1"
}
}