forked from gehhilfe/vtc-scanner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 810 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": "dgb-scanner",
"version": "0.1.0",
"description": "DigiByte node and p2pool scanner",
"main": "server.js",
"scripts": {
"lint": "eslint *.js ./app/models/*.js ./app/routes/*.js ./config/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/digicontributer/dgb-scanner.git"
},
"license": "MIT",
"dependencies": {
"addr-to-ip-port": "^1.4.2",
"geoip-lite": "^1.2.1",
"github-api": "^3.0.0",
"ipaddr.js": "^1.5.4",
"lodash": "^4.17.4",
"mongoose": "^4.12.4",
"node-cron": "^1.2.1",
"restify": "^6.2.3",
"restify-clients": "^1.5.2",
"restify-plugins": "^1.6.0",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.10.0"
}
}