mirror of https://github.com/ethereum/go-ethereum
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.
26 lines
551 B
26 lines
551 B
{
|
|
"name": "ethereum-tests",
|
|
"version": "0.0.4",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/ethereum/tests",
|
|
"dependencies": {
|
|
"require-all": "^1.0.0"
|
|
}
|
|
}
|
|
|