go-ethereum/tests/files/package.json
Christopher Franko 9d6221444c test change lol
2015-09-01 18:24:03 -04:00

26 lines
569 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-project/tests"
},
"keywords": [
"tests",
"expanse"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/expanse-project/tests/issues"
},
"homepage": "https://github.com/expanse-project/tests",
"dependencies": {
"require-all": "^1.0.0"
}
}