{
  "name": "gulp-phpunit",
  "version": "0.26.0",
  "description": "PHPUnit plugin for Gulp",
  "main": "index.js",
  "reveal": true,
  "dependencies": {
    "chalk": "^2.0.1",
    "chalkline": "0.0.5",
    "gulp-messenger": "^0.28.2",
    "gulp-notify": "3.0.0",
    "lodash": "^4.15.0",
    "map-stream": "~0.0.4",
    "node-notifier": "5.0.2",
    "plugin-error": "^0.1.2",
    "shelljs": "0.7.6"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "3.14.1",
    "esprima": "3.1.3",
    "gulp": "3.9.1",
    "gulp-mocha": "3.0.1",
    "gulp-shell": "0.5.2",
    "lint-staged": "3.2.8",
    "mocha": "3.2.0"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "eslint": "eslint \"./**/*.js\"",
    "lint-staged": "lint-staged"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikeerickson/gulp-phpunit"
  },
  "keywords": [
    "gulpplugin",
    "phpunit",
    "gulp",
    "gulp-phpunit"
  ],
  "author": {
    "name": "codedungeon",
    "email": "codedungeon@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikeerickson/gulp-phpunit/issues"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
