-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "votechain-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js --inspect index.js",
"test": "./node_modules/mocha/bin/mocha tests/index.js --require babel-register --reporter mochawesome --timeout 30000 || exit 0",
"testrpc": "node_modules/ethereumjs-testrpc/build/cli.node.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chart.js": "^2.9.3",
"cookie-parser": "^1.4.5",
"debug": "^2.6.9",
"ejs": "^2.7.4",
"ethereumjs-testrpc": "^4.1.3",
"express": "^4.17.1",
"express-unless": "^0.5.0",
"jimp": "^0.10.1",
"jsonwebtoken": "^8.5.1",
"minimist": "^1.2.5",
"mocha": "^5.2.0",
"mochawesome": "^5.0.0",
"mongodb": "^3.5.5",
"mongoose": "^5.9.7",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"qrcode": "^1.4.4",
"qrcode-reader": "^1.0.4",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"solc": "^0.4.26",
"web3": "^0.20.7"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"minimist": "^1.2.5",
"nodemon": "^1.19.4"
},
"resolutions": {
"minimist": "^1.2.5"
}
}