aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: beadb63bce80d4dc1996f34b7a1e58f0f2884516 (plain) (tree)
1
2
3
 
                           
                     

















                                                                   



                                                  
 
{
  "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"
  }
}