forked from iquidus/explorer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 950 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
33
34
35
36
{
"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-node-api": "0.1.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"debug": "~0.7.4",
"express": "^4.16.3",
"jade": "~1.3.0",
"jsonminify": "0.2.3",
"markdown-js": "0.0.3",
"mongodb": "2.0.45",
"mongoose": "4.1.10",
"morgan": "~1.0.0",
"qr-image": "~2.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"jasmine": "~2.1.0"
}
}