diff options
Diffstat (limited to 'tests/files/package.json')
-rw-r--r-- | tests/files/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/files/package.json b/tests/files/package.json new file mode 100644 index 000000000..beadb63bc --- /dev/null +++ b/tests/files/package.json @@ -0,0 +1,26 @@ +{ + "name": "ethereum-tests", + "version": "0.0.5", + "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" + } +} |