forked from energicryptocurrency/gen2-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 841 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 841 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
{
"name": "explorer",
"version": "1.7.6",
"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": {
"@energicryptocurrency/energid-rpc": "^0.2.0",
"admin-mongo": "0.0.23",
"bitcoin-node-api": "^0.1.0",
"body-parser": "^1.0.2",
"cookie-parser": "^1.0.1",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.2.0",
"futoin-asyncsteps": "^2.3.3",
"jade": "^1.3.1",
"jsonminify": "^0.4.1",
"markdown-js": "0.0.4",
"mongodb": "^3.2.3",
"mongoose": "^5.5.2",
"morgan": "^1.0.1",
"qr-image": "^3.2.0",
"request": "^2.74.0",
"static-favicon": "^2.0.0-alpha"
},
"devDependencies": {
"jasmine": "~3.4.0"
}
}