-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 967 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
37
{
"name": "@netvote/elections-tally",
"version": "0.2.13",
"description": "Tally Netvote Elections",
"main": "index.js",
"scripts": {
"unit": "./node_modules/mocha/bin/mocha",
"test": "./pre-test.sh",
"tally": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netvote/elections-tally.git"
},
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/netvote/elections-tally/issues"
},
"homepage": "https://github.com/netvote/elections-tally#readme",
"dependencies": {
"@netvote/netvote-api-sdk": "^1.0.2",
"abi-decoder": "^1.0.9",
"commander": "^2.12.1",
"crypto": "^1.0.1",
"protobufjs": "^6.8.8",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5",
"truffle-contract": "^3.0.1",
"ursa": "^0.9.4"
},
"devDependencies": {
"mocha": "^5.2.0",
"truffle": "^4.1.11"
}
}