forked from iquidus/explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 810 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 810 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.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",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"express": "~4.16.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.3.2",
"body-parser": "~1.18.2",
"debug": "~0.7.4",
"jade": "~1.8.0",
"bitcoin-node-api": "0.1.0",
"request": "2.84.0",
"jsonminify": "0.2.3",
"mongodb": "2.2.13",
"mongoose": "4.10.2",
"markdown-js": "0.0.4",
"qr-image": "~2.0.0",
"snyk": "^1.92.6"
},
"devDependencies": {
"jasmine": "~2.1.0"
},
"snyk": true
}