{
  "name": "tap",
  "version": "5.0.1",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "description": "A Test-Anything-Protocol library",
  "bin": {
    "tap": "bin/run.js"
  },
  "main": "lib/root.js",
  "engines": {
    "node": ">=0.8"
  },
  "dependencies": {
    "codecov.io": "^0.1.6",
    "coveralls": "^2.11.2",
    "deeper": "^2.1.0",
    "foreground-child": "^1.3.3",
    "glob": "^6.0.1",
    "js-yaml": "^3.3.1",
    "mkdirp": "^0.5.0",
    "nyc": "^5.2.0",
    "only-shallow": "^1.0.2",
    "opener": "^1.4.1",
    "readable-stream": "^2.0.2",
    "signal-exit": "^2.0.0",
    "stack-utils": "^0.2.0",
    "supports-color": "^1.3.1",
    "tap-mocha-reporter": "0.0 || 1",
    "tap-parser": "^1.2.2",
    "tmatch": "^1.0.2"
  },
  "keywords": [
    "assert",
    "test",
    "tap"
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/node-tap.git"
  },
  "scripts": {
    "regen-fixtures": "node scripts/generate-test-test.js test/test/*.js",
    "test": "node bin/run.js test/*.* --coverage",
    "posttest": "standard"
  },
  "devDependencies": {
    "bluebird": "^2.9.34",
    "standard": "^5.4.1",
    "which": "^1.1.1"
  },
  "files": [
    "lib/assert.js",
    "lib/mocha.js",
    "lib/root.js",
    "lib/stack.js",
    "lib/synonyms.js",
    "lib/test.js",
    "bin/mochatap.js",
    "bin/run.js",
    "bin/usage.txt",
    "bin/is-exe.js"
  ],
  "config": {
    "nyc": {
      "exclude": [
        "node_modules/**",
        "test/**"
      ]
    }
  },
  "gitHead": "e038956e73ff7539f086e963c191f3f88824e75b",
  "bugs": {
    "url": "https://github.com/tapjs/node-tap/issues"
  },
  "homepage": "https://github.com/tapjs/node-tap#readme",
  "_id": "tap@5.0.1",
  "_shasum": "ba5a7f67536821c12a5203b6d863eae684d0b5c2",
  "_from": "tap@>=5.0.1 <5.1.0",
  "_npmVersion": "2.14.15",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "dist": {
    "shasum": "ba5a7f67536821c12a5203b6d863eae684d0b5c2",
    "tarball": "https://registry.npmjs.org/tap/-/tap-5.0.1.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/tap/-/tap-5.0.1.tgz"
}
