{ "name": "solidity-coverage", "version": "0.5.12-beta.0", "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 --exit", "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.1.6", "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": "git+https://github.com/sc-forks/solidity-parser.git#leapdao", "tree-kill": "^1.2.0", "web3": "^1.0.0-beta.37", "web3-eth-abi": "^1.0.0-beta.37" }, "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": "^4.1.0", "request": "^2.81.0", "solc": "^0.5.3", "truffle": "^5.0.0" } }