-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "@cybercongress/chaingear",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/cybercongress/chaingear.git"
},
"author": "",
"dependencies": {
"bn-chai": "1.0.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"ethjs-unit": "0.1.6",
"ethlint": "^1.2.2",
"ganache-cli": "6.2.1",
"ipfs-api": "18.2.1",
"mocha": "5.2.0",
"openzeppelin-solidity": "1.12.0",
"solc": "0.4.25",
"truffle": "5.0.1",
"truffle-hdwallet-provider": "1.0.0-web3one.1",
"web3": "1.0.0-beta.36"
},
"description": "The Novel Ethereum Database Framework",
"bugs": {
"url": "https://github.com/cybercongress/chaingear/issues"
},
"homepage": "https://github.com/cybercongress/chaingear",
"keywords": [
"chaingear",
"web3",
"cyb",
"browser",
"ethereum",
"dapp",
"ERC721",
"registry"
],
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"eth-gas-reporter": "^0.1.12",
"solidity-coverage": "^0.5.11"
}
}