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.
30 lines
647 B
30 lines
647 B
{
|
|
"name": "solcover",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "runCoveredTests.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --timeout 15000"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ethereumjs-testrpc": "^3.0.3",
|
|
"istanbul": "^0.4.5",
|
|
"shelljs": "^0.7.4",
|
|
"sol-explore": "^1.6.2",
|
|
"solidity-parser": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"crypto-js": "^3.1.9-1",
|
|
"ethereumjs-account": "^2.0.4",
|
|
"ethereumjs-tx": "^1.2.2",
|
|
"ethereumjs-util": "^5.0.1",
|
|
"merkle-patricia-tree": "^2.1.2",
|
|
"mocha": "^3.1.0",
|
|
"solc": "^0.4.6"
|
|
}
|
|
}
|
|
|