{
  "name": "ejs-tpl-loader",
  "version": "1.0.5",
  "description": "Lodash HTML Templates loader for webpack",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mitriy/ejs-tpl-loader.git"
  },
  "keywords": [
    "ejs",
    "underscrore",
    "lodash",
    "_",
    "webpack",
    "loader",
    "template"
  ],
  "author": {
    "name": "Dmitriy Kuzikov"
  },
  "license": "MIT",
  "peerDependencies": {
    "lodash": "*"
  },
  "dependencies": {
    "html-loader": "^0.4.0",
    "loader-utils": "^0.2.12"
  },
  "devDependencies": {
    "mocha": "2.3.x",
    "should": "8.1.x",
    "lodash": "*"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  }
}
