-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 Bytes
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
{
"name": "protocol",
"version": "0.15.1",
"description": "The Aventus Protocol",
"author": "Artos Systems Ltd",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/AventusProtocolFoundation/protocol.git"
},
"bugs": {
"url": "https://github.com/AventusProtocolFoundation/protocol/issues"
},
"homepage": "https://github.com/AventusProtocolFoundation/protocol#readme",
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.4",
"@truffle/hdwallet-provider": "^1.0.25",
"eip55": "^1.0.3",
"java": "^0.11.0",
"keccak256": "^1.0.0",
"merkletreejs": "^0.1.6",
"solidity-coverage": "^0.7.1",
"web3": "^1.2.4"
},
"devDependencies": {
"mocha": "^5.2.0",
"mocha-jenkins-reporter": "^0.4.2"
}
}