-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 921 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
35
36
37
38
{
"name": "StandardBounties",
"version": "0.1.0",
"description": "Bounties on any task, in any token",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile",
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/StandardBounties.git"
},
"keywords": [
"ethereum"
],
"authors": [
"Mark Beylin <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ConsenSys/StandardBounties/issues"
},
"homepage": "https://github.com/ConsenSys/StandardBounties#readme",
"dependencies": {
"openzeppelin-solidity": "^1.9.0",
"truffle-hdwallet-provider": "0.0.3"
},
"devDependencies": {
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.0",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-standard": "3.0.1"
}
}