{ "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 " ], "license": "MIT", "bugs": { "url": "https://github.com/ConsenSys/StandardBounties/issues" }, "homepage": "https://github.com/ConsenSys/StandardBounties#readme", "dependencies": { "truffle": "4.0.1", "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" } }