/ package.json
package.json
1 { 2 "name": "StandardBounties", 3 "version": "0.1.0", 4 "description": "Bounties on any task, in any token", 5 "main": "truffle.js", 6 "directories": { 7 "test": "test" 8 }, 9 "scripts": { 10 "compile": "truffle compile", 11 "test": "truffle test" 12 }, 13 "repository": { 14 "type": "git", 15 "url": "git+https://github.com/ConsenSys/StandardBounties.git" 16 }, 17 "keywords": [ 18 "ethereum" 19 ], 20 "authors": [ 21 "Mark Beylin <mark.beylin@consensys.net>" 22 ], 23 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/ConsenSys/StandardBounties/issues" 26 }, 27 "homepage": "https://github.com/ConsenSys/StandardBounties#readme", 28 "dependencies": { 29 "truffle": "4.0.1", 30 "truffle-hdwallet-provider": "0.0.3" 31 }, 32 "devDependencies": { 33 "eslint-plugin-import": "2.7.0", 34 "eslint-plugin-node": "5.1.0", 35 "eslint-plugin-react": "7.1.0", 36 "eslint-plugin-standard": "3.0.1" 37 } 38 }