{
  "name": "gulp-directive-replace",
  "version": "0.3.1",
  "description": "A gulp task to replace templateUrl by html template",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brunobertolini/gulp-directive-replace.git"
  },
  "keywords": [
    "gulpplugin",
    "gulp-plugin",
    "angularjs",
    "replace",
    "directive",
    "templateUrl",
    "template-url",
    "to",
    "template"
  ],
  "author": "Bruno Bertolini <dev@brunobertolini.com>",
  "contributors": [
    {
      "name": "Marcel Araujo",
      "email": "ceceldada@gmail.com",
      "url": "https://github.com/marcelaraujo/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brunobertolini/gulp-directive-replace/issues"
  },
  "homepage": "https://github.com/brunobertolini/gulp-directive-replace",
  "devDependencies": {
    "chai": "^3.4.1",
    "coveralls": "^2.11.9",
    "event-stream": "^3.3.2",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "mockery": "^1.7.0"
  },
  "dependencies": {
    "gulp-util": "^3.0.7",
    "html-minifier": "^2.1.2",
    "js-string-escape": "^1.0.0",
    "lodash": "^3.10.1",
    "promise": "^7.0.4",
    "through2": "^2.0.0"
  }
}
