forked from XinFinOrg/XDCScan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 964 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": "XinFinScan",
"private": false,
"version": "0.1.1",
"description": "A lightweight XinFinScan block explorer",
"repository": "",
"license": "MIT",
"scripts": {
"start": "concurrently \"nodemon tools/grabber.js \" \"nodemon app.js\" ",
"pretest": "copyfiles app.js app/ ",
"test": "./node_modules/.bin/mocha --reporter spec "
},
"dependencies": {
"bignumber.js": "^5.0.0",
"body-parser": "^1.12.2",
"chart.js": "^2.7.2",
"concurrently": "^3.5.1",
"ejs": "~2.5.7",
"ethereumjs-tx": "^1.3.4",
"express": "^4.16.0",
"mongoose": "^4.13.8",
"morgan": "^1.9.0",
"nodemon": "^1.18.10",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4",
"solc": "^0.4.19",
"xdc3": "0.20.7"
},
"devDependencies": {
"chai": "^4.1.2",
"copyfiles": "^1.2.0",
"ethereumjs-testrpc": "^6.0.3",
"mocha": "^4.1.0",
"request": "^2.83.0"
}
}