{
  "name": "mocha-tap-reporter",
  "version": "0.1.3",
  "description": "A mocha TAP reporter that works perfectly with Jenkins TAP plugin.",
  "main": "index.js",
  "directories": "./lib",
  "keywords": [
    "mocha",
    "jenkins",
    "reporter",
    "TAP"
  ],
  "dependencies": {
    "mocha": "*"
  },
  "author": {
    "name": "Yin Li"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/lyroyce/mocha-tap-reporter.git"
  },
  "readmeFilename": "README.md"
}
