forked from MrLuit/EtherScamDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 809 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
{
"name": "etherscamdb",
"version": "2.0.0",
"main": "run.js",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=development DEBUG=* node run.js",
"test": "mocha ./tests/validate_data.js"
},
"repository": {
"type": "git",
"url": "git://github.com/MrLuit/EtherScamDB.git"
},
"dependencies": {
"body-parser": "^1.18.2",
"cross-env": "^5.2.0",
"dateformat": "^2.2.0",
"debug": "^3.1.0",
"download-file": "^0.1.5",
"eth-phishing-detect": "^1.1.12",
"express": "^4.16.3",
"express-csp-header": "^2.3.1",
"fs-extra": "^5.0.0",
"helmet": "^3.21.1",
"js-yaml": "^3.9.0",
"request": "^2.87.0",
"rimraf": "^2.6.2",
"shuffle-array": "^1.0.1",
"url": "^0.11.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}