github.com/karalabe/go-ethereum@v0.8.5/tests/files/package.json (about)

     1  {
     2    "name": "ethereum-tests",
     3    "version": "0.0.3",
     4    "description": "tests for ethereum",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"There are no tests for there tests\" && exit 1"
     8    },
     9    "repository": {
    10      "type": "git",
    11      "url": "https://github.com/ethereum/tests"
    12    },
    13    "keywords": [
    14      "tests",
    15      "ethereum"
    16    ],
    17    "author": "",
    18    "license": "MIT",
    19    "bugs": {
    20      "url": "https://github.com/ethereum/tests/issues"
    21    },
    22    "homepage": "https://github.com/ethereum/tests",
    23    "dependencies": {
    24      "require-all": "^1.0.0"
    25    }
    26  }