{ "name": "erc20-tokens", "version": "0.0.1", "description": "Ethereum Token Contracts", "main": "truffle.js", "directories": { "test": "test" }, "scripts": { "compile": "truffle compile", "test": "standard && truffle test", "lint": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/ConsenSys/Tokens.git" }, "keywords": [ "ethereum" ], "authors": [ "Simon de la Rouviere ", "Joseph Chow " ], "license": "MIT", "bugs": { "url": "https://github.com/ConsenSys/Tokens/issues" }, "homepage": "https://github.com/ConsenSys/Tokens#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", "standard": "10.0.2" }, "standard": { "globals": [ "assert", "it", "before", "beforeEach", "artifacts", "contract", "web3" ] } }