aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 1e0ad9c289e64136e6b83111d613ad20a2726c00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
  }
}