{
  "name": "gulp-angular-templatecache",
  "version": "3.0.1",
  "description": "Concatenates and registers AngularJS templates in the $templateCache.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": "miickel/gulp-angular-templatecache",
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "gulp",
    "angular",
    "angularjs",
    "ng",
    "html2js",
    "templatecache"
  ],
  "author": {
    "name": "Mickel",
    "email": "andersson.mickel@gmail.com",
    "url": "http://mickel.me"
  },
  "contributors": [
    "Simon Kurtz <simonkurtz@gmail.com> (https://github.com/simonua)",
    "Andrew Nichols <tandrewnichols@gmail.com> (https://github.com/tandrewnichols)",
    "Donny Mellstrom (https://github.com/dmellstrom)",
    "Basa (https://github.com/Basa0)",
    "Jakob Hägg (https://github.com/Jakooob)",
    "Tereza Tomcova (https://github.com/the-ress)",
    "Tom Soal (https://github.com/tomsoal)"
  ],
  "license": "MIT",
  "dependencies": {
    "gulp-concat": "2.6.1",
    "gulp-footer": "2.1.0",
    "gulp-header": "2.0.7",
    "jsesc": "2.5.2",
    "lodash.template": "^4.4.0",
    "map-stream": "0.0.7",
    "stream-combiner": "0.2.2",
    "through2": "^3.0.1"
  },
  "devDependencies": {
    "mocha": "latest",
    "vinyl": "^2.2.0"
  }
}
