Code coverage for Solidity smart-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
solidity-coverage/package.json

19 lines
368 B

{
"name": "solcover",
"version": "0.0.1",
"description": "",
"main": "runCoveredTests.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ethereumjs-testrpc": "^2.2.7",
"istanbul": "^0.4.5",
"shelljs": "^0.7.4"
}
}