{
  "name": "gulp-ng-annotate-check",
  "version": "0.0.4",
  "description": "Checking if angular annotations are provided.",
  "keywords": [
    "gulpplugin",
    "angular",
    "angularjs",
    "ng-annotate",
    "ng-min",
    "gulp"
  ],
  "author": {
    "name": "Maciej Dudziński",
    "email": "elmccd@gmail.com",
    "url": "https://github.com/elmccd"
  },
  "repository": "elmccd/gulp-ng-annotate-check",
  "files": [
  	"index.js",
  	"ngAnnotateCheck.js"
  ],
  "scripts": {
    "test": "istanbul test _mocha --report html -- test/*.js --reporter spec",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "diff": "^1.2.1",
    "extend": "^2.0.0",
    "gulp-util": "~3.0.0",
    "ng-annotate": "*",
    "through2": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "coveralls": "*",
    "mocha-lcov-reporter": "*",
    "istanbul": "*",
    "event-stream": "*",
    "should": "~2.1.0"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "license": "MIT"
}
