quorum/tests/files/package.json

27 lines
551 B
JSON
Raw Normal View History

2014-10-19 20:59:47 -07:00
{
2014-10-21 14:02:52 -07:00
"name": "ethereum-tests",
2015-02-11 21:56:22 -08:00
"version": "0.0.5",
2014-10-19 20:59:47 -07:00
"description": "tests for ethereum",
"main": "index.js",
"scripts": {
"test": "echo \"There are no tests for there tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereum/tests"
},
"keywords": [
"tests",
"ethereum"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/tests/issues"
},
2015-01-18 18:54:29 -08:00
"homepage": "https://github.com/ethereum/tests",
"dependencies": {
"require-all": "^1.0.0"
}
2014-10-19 20:59:47 -07:00
}