{ "name": "solidity-coverage", "version": "0.3.5", "description": "", "bin": { "solidity-coverage": "./bin/exec.js" }, "directories": { "test": "test" }, "scripts": { "test": "mocha --timeout 60000", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000", "lint": "./node_modules/.bin/eslint --fix ./" }, "homepage": "https://github.com/sc-forks/solidity-coverage", "repository": { "type": "git", "url": "https://github.com/sc-forks/solidity-coverage.git" }, "author": "", "license": "ISC", "dependencies": { "death": "^1.1.0", "ethereumjs-testrpc-sc": "6.0.7", "istanbul": "^0.4.5", "keccakjs": "^0.2.1", "req-cwd": "^1.0.1", "shelljs": "^0.7.4", "sol-explore": "^1.6.2", "solidity-parser-sc": "0.4.1", "web3": "^0.18.4" }, "devDependencies": { "crypto-js": "^3.1.9-1", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.0.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-mocha": "^4.8.0", "ethereumjs-account": "~2.0.4", "ethereumjs-tx": "^1.2.2", "ethereumjs-util": "^5.0.1", "ethereumjs-vm": "https://github.com/sc-forks/ethereumjs-vm-sc.git#6be86e6f12634b711423203e6744cafe07c38e69", "merkle-patricia-tree": "~2.1.2", "mocha": "^3.1.0", "request": "^2.81.0", "solc": "0.4.17", "truffle": "4.0.0-beta.2" } }