-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
30
31
32
{
"name": "truebit-contracts",
"version": "0.0.1",
"description": "Incentive Layer for TrueBit protocol",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"migrate": "truffle migrate --reset"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueBitFoundation/truebit-contracts.git"
},
"author": "TrueBit",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrueBitFoundation/truebit-contracts/issues"
},
"homepage": "https://github.com/TrueBitFoundation/truebit-contracts#readme",
"devDependencies": {
"ganache-cli": "^6.0.3",
"truffle": "^4.1.11",
"web3": "^1.0.0-beta.24"
},
"dependencies": {
"bignumber.js": "^6.0.0",
"zeppelin-solidity": "^1.6.0"
}
}