-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"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": {
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"bitcoin-node-api": "git+http://[email protected]/unigrid-project/bitcoin-node-api.git",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"debug": "^4.3.1",
"destroy": "^1.0.4",
"express": "^4.17.1",
"jsonminify": "0.2.3",
"jstransformer-markdown-it": "^2.1.0",
"markdown-js": "0.0.3",
"mime": "^2.4.6",
"mongodb": "3.6.3",
"mongoose": "5.11.7",
"morgan": "^1.10.0",
"node-json-rpc2": "~1.1.0",
"npm-force-resolutions": "0.0.2",
"portscanner": "2.1.1",
"pug": "~3.0.0",
"qr-image": "~2.0.0",
"request": "^2.88.2",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"jasmine": "^3.6.3"
},
"resolutions": {
"constantinople": "3.1.1"
}
}