{
  "_args": [
    [
      "browserify-ngannotate@2.0.0",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "browserify-ngannotate@2.0.0",
  "_id": "browserify-ngannotate@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-pnYZ8HWX8aPrR0hP2H6EuwNdlW4=",
  "_location": "/browserify-ngannotate",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserify-ngannotate@2.0.0",
    "name": "browserify-ngannotate",
    "escapedName": "browserify-ngannotate",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/browserify-ngannotate/-/browserify-ngannotate-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Owen Smith",
    "email": "owen@omsmith.ca",
    "url": "http://omsmith.ca"
  },
  "bugs": {
    "url": "https://github.com/omsmith/browserify-ngannotate/issues"
  },
  "dependencies": {
    "clone": "^1.0.2",
    "defaults": "^1.0.3",
    "ng-annotate": "^1.0.2",
    "through2": "^2.0.0"
  },
  "description": "A browserify transform that uses ng-annotate to add dependency injection annotations to your AngularJS source code, preparing it for minification.",
  "devDependencies": {
    "browserify": "^12.0.1",
    "chai": "^3.4.1",
    "convert-source-map": "^1.1.2",
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4"
  },
  "homepage": "https://github.com/omsmith/browserify-ngannotate",
  "keywords": [
    "browserify",
    "browserify-transform",
    "angular",
    "ng-annotate",
    "annotate",
    "ngmin",
    "ng"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "browserify-ngannotate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omsmith/browserify-ngannotate.git"
  },
  "scripts": {
    "report-cov": "cat ./coverage/lcov.info | coveralls",
    "test": "istanbul cover -x \"**/spec/**\" _mocha -- -R spec spec"
  },
  "version": "2.0.0"
}
