{ "name": "solcover", "version": "0.0.1", "description": "", "main": "runCoveredTests.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --timeout 10000" }, "author": "", "license": "ISC", "dependencies": { "ethereumjs-testrpc": "^3.0.3", "istanbul": "^0.4.5", "shelljs": "^0.7.4", "solidity-parser": "git+https://github.com/ConsenSys/solidity-parser.git#master" }, "devDependencies": { "mocha": "^3.1.0", "solc": "^0.4.6" } }