-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 878 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": "anonymous-e-voting",
"version": "1.0.0",
"description": "Anonymous EVoting",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dexter-morgan/Anonymous-e-voting.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dexter-morgan/Anonymous-e-voting/issues"
},
"homepage": "https://github.com/dexter-morgan/Anonymous-e-voting#readme",
"dependencies": {
"bip39": "^3.0.2",
"ethereumjs-wallet": "^0.6.3",
"truffle-assertions": "^0.9.1",
"truffle-hdwallet-provider": "^1.0.0-web3one.5",
"web3": "^0.20.7",
"web3-provider-engine": "^15.0.3"
},
"devDependencies": {
"any-promise": "^1.3.0",
"bindings": "^1.5.0"
}
}