go-ethereum/tests/files/package.json
Christopher Franko 85d410d34e move all the deps to the latest repo
This was over looked for so long because it was already taken care of in
the newer branches.
2017-03-20 09:11:55 -04:00

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"
}
}