-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.23 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
48
{
"name": "StandardStaking",
"version": "0.1",
"description": "Bounties on any task, paid in any token on Ethereum",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile",
"test": "truffle test",
"cvg": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bounties-Network/StandardStaking.git"
},
"keywords": [
"ethereum"
],
"authors": [
"Mark Beylin <mark.beylin@consensys.net>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Bounties-Network/StandardStaking/issues"
},
"homepage": "https://github.com/Bounties-Network/StandardStaking#readme",
"dependencies": {
"bignumber.js": "^7.2.1",
"ethers": "^4.0.7",
"ethjs-provider-http": "^0.1.6",
"ethjs-rpc": "^0.2.0",
"solc": "0.5.0",
"truffle": "^5.1.1",
"truffle-hdwallet-provider": "^1.0.17"
},
"devDependencies": {
"cryptiles": ">=4.1.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1",
"eth-gas-reporter": "^0.1.12",
"solidity-coverage": "^0.5.11",
"sshpk": ">=1.13.2"
}
}