{
  "name": "ng-cache-loader",
  "version": "0.0.26",
  "description": "Puts HTML partials in the Angular's $templateCache.",
  "main": "index.js",
  "scripts": {
    "test": "test/test.sh"
  },
  "keywords": [
    "angular",
    "template",
    "cache",
    "webpack",
    "loader"
  ],
  "author": {
    "name": "Andrey Koperskiy",
    "email": "github@teux.ru",
    "url": "https://github.com/teux"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.2.0",
    "eslint": "^2.13.1",
    "eslint-config-google": "^0.6.0",
    "mocha": "^2.3.0",
    "webpack": "^2.4.1"
  },
  "dependencies": {
    "extend": "^3.0.0",
    "fastparse": "^1.0.0",
    "html-minifier": "^3.0.2",
    "loader-utils": "^1.1.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/teux/ng-cache-loader.git"
  },
  "bugs": {
    "url": "https://github.com/teux/ng-cache-loader/issues"
  },
  "homepage": "https://github.com/teux/ng-cache-loader"
}
