{
  "name": "tap-json",
  "version": "1.0.0",
  "description": "JSON TAP output formatter.",
  "main": "index.js",
  "bin": {
    "tap-json": "bin/tap-json"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gummesson/tap-json.git"
  },
  "keywords": [
    "test",
    "tap",
    "tape",
    "mocha",
    "reporter"
  ],
  "author": "Ellen Gummesson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gummesson/tap-json/issues"
  },
  "homepage": "https://github.com/gummesson/tap-json",
  "devDependencies": {
    "tape": "^2.12.3"
  },
  "dependencies": {
    "ndjson": "^1.4.3",
    "tap-parser": "^0.4.3",
    "through2": "^0.4.1",
    "duplexer": "^0.1.1"
  }
}
