mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
This was over looked for so long because it was already taken care of in the newer branches.
26 lines
557 B
JSON
Executable file
26 lines
557 B
JSON
Executable file
{
|
|
"name": "expanse-tests",
|
|
"version": "0.0.6",
|
|
"description": "tests for expanse",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"There are no tests for there tests\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expanse-org/tests"
|
|
},
|
|
"keywords": [
|
|
"tests",
|
|
"expanse"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expanse-org/tests/issues"
|
|
},
|
|
"homepage": "https://github.com/expanse-org/tests",
|
|
"dependencies": {
|
|
"require-all": "^1.0.0"
|
|
}
|
|
}
|