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