aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/package.json')
-rwxr-xr-xtests/files/package.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/files/package.json b/tests/files/package.json
deleted file mode 100755
index 1e0ad9c28..000000000
--- a/tests/files/package.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "ethereum-tests",
- "version": "0.0.6",
- "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"
- }
-}