package.json 1.57 KB
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
{
  "name": "gulp-phpunit",
  "version": "0.6.3",
  "description": "PHPUnit plugin for Gulp",
  "main": "index.js",
  "dependencies": {
    "map-stream": "~0.0.4",
    "gulp-util": "~2.2.14",
    "gulp": "^3.8.0"
  },
  "devDependencies": {
    "jshint": "~2.5.*",
    "mocha": "^1.19.0",
    "should": "^3.3.1",
    "gulp-mocha": "^0.4.1",
    "gulp": "^3.6.0",
    "gulp-shell": "^0.2.5",
    "gulp-notify": "^1.2.6"
  },
  "scripts": {
    "test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikeerickson/gulp-phpunit"
  },
  "keywords": [
    "gulpplugin",
    "phpunit"
  ],
  "author": {
    "name": "Mike Erickson",
    "email": "codedungeon@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikeerickson/gulp-phpunit/issues"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/mikeerickson/gulp-phpunit",
  "_id": "gulp-phpunit@0.6.3",
  "dist": {
    "shasum": "605d35766d45e27582798a6bd75bfa608e1f380a",
    "tarball": "http://registry.npmjs.org/gulp-phpunit/-/gulp-phpunit-0.6.3.tgz"
  },
  "_from": "gulp-phpunit@^0.6.3",
  "_npmVersion": "1.4.3",
  "_npmUser": {
    "name": "codedungeon",
    "email": "codedungeon@gmail.com"
  },
  "maintainers": [
    {
      "name": "codedungeon",
      "email": "codedungeon@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "605d35766d45e27582798a6bd75bfa608e1f380a",
  "_resolved": "https://registry.npmjs.org/gulp-phpunit/-/gulp-phpunit-0.6.3.tgz",
  "readme": "ERROR: No README data found!"
}