{
  "name": "autoimport-ngtemplate-loader",
  "version": "1.1.2",
  "description": "Auto require AngularJS 1.x templates in Webpack style",
  "main": "index.js",
  "repository": "https://github.com/adhityan/autoimport-ngtemplate-loader.git",
  "bugs": {
    "url": "https://github.com/adhityan/autoimport-ngtemplate-loader/issues"
  },
  "author": "Adhityan <kvadhi@gmail.com>",
  "license": "MIT",
  "keywords": [
    "webpack",
    "loader",
    "ngtemplate",
    "angularjs",
    "angular",
    "templates"
  ],
  "scripts": {
    "test": "ava src/**/*.spec.js",
    "clean": "git clean -xfd",
    "linter": "eslint src/**/*.js examples/**/*.js index.js webpack.*.js",
    "one-directive": "webpack --config examples/01-one-directive/webpack.config.js",
    "many-directives": "webpack --config examples/02-many-directives/webpack.config.js",
    "multiple-directives": "webpack --config examples/03-multiple-directives-one-file/webpack.config.js",
    "separated-templates": "webpack --config examples/04-separated-templates/webpack.config.js"
  },
  "dependencies": {
    "loader-utils": "~1.1.0",
    "lodash": "~4.17.4",
    "var-validator": "0.0.3"
  },
  "peerDependencies": {
    "html-loader": "~0.5.1",
    "ngtemplate-loader": "~2.0.1"
  },
  "devDependencies": {
    "ava": "~0.19.1",
    "babel-core": "~6.25.0",
    "babel-loader": "~7.1.0",
    "babel-preset-es2015": "~6.24.1",
    "eslint": "~3.19.0",
    "eslint-config-airbnb-base": "~11.2.0",
    "eslint-plugin-import": "~2.5.0",
    "webpack": "~3.0.0"
  },
  "engines": {
    "node": ">=6.10.3"
  }
}
