diff options
author | wanderer <mjbecze@gmail.com> | 2014-10-20 11:59:47 +0800 |
---|---|---|
committer | wanderer <mjbecze@gmail.com> | 2014-10-20 11:59:47 +0800 |
commit | ba35362876caa03b11c7ce777d959b99accbcfb0 (patch) | |
tree | 0fb7b3d78fe08d6b3211cd68f96dc714d30ec0d2 /package.json | |
parent | 751668571e390e6bceb515d082222aa31b5e5b14 (diff) | |
download | go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar.gz go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar.bz2 go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar.lz go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar.xz go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.tar.zst go-tangerine-ba35362876caa03b11c7ce777d959b99accbcfb0.zip |
turned tests into a node module
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" +} |