{
  "name": "@zkochan/tap-diff",
  "version": "1.1.1",
  "description": "The most human-friendly TAP reporter",
  "main": "./dist/index.js",
  "preferGlobal": true,
  "bin": {
    "tap-diff": "./dist/cli.js"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "test-es5": "mocha --compilers js:babel-register",
    "test": "npm run test-es5 && mos test",
    "md": "mos",
    "transpile": "babel src --out-dir dist",
    "prepublish": "npm run transpile"
  },
  "author": "axross <kou@axross.org> (http://axross.me/)",
  "license": "MIT",
  "dependencies": {
    "babel-runtime": "^6.9.0",
    "chalk": "^1.1.1",
    "core-js": "^2.4.0",
    "diff": "^2.2.2",
    "duplexer": "^0.1.1",
    "figures": "^1.4.0",
    "jsondiffpatch": "^0.1.41",
    "pretty-ms": "^2.1.0",
    "tap-parser": "^1.2.2",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "mos": "^0.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zkochan/tap-diff.git"
  },
  "bugs": {
    "url": "https://github.com/zkochan/tap-diff/issues"
  },
  "homepage": "https://github.com/zkochan/tap-diff#readme",
  "keywords": [
    "tap",
    "tape",
    "ava",
    "test",
    "reporter",
    "diff"
  ]
}
