forked from iquidus/explorer
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 835 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
{
"name": "explorer",
"version": "1.7.4",
"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": {
"async": "^3.1.0",
"bitcoin-core": "^2.0.0",
"bitcoin-node-api": "git+http://[email protected]/uaktags/Bitcoin-Node-Api.git",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"debug": "~4.1.1",
"express": "~4.17.1",
"intl": "^1.2.5",
"jsonminify": "0.2.3",
"jstransformer-markdown-it": "^2.1.0",
"mongodb": "^3.4.1",
"mongoose": "5.7.7",
"morgan": "~1.9.1",
"pug": "^2.0.3",
"qr-image": "~2.0.0",
"request": "^2.88.0",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"jasmine": "^3.5.0"
}
}