{
  "name": "ejs-loader",
  "version": "0.5.0",
  "description": "EJS (Underscore/LoDash Templates) loader for webpack",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/difelice/ejs-loader.git"
  },
  "keywords": [
    "ejs",
    "underscore",
    "lodash",
    "_",
    "webpack",
    "loader",
    "template"
  ],
  "author": "Andrey Okonetchnikov <andrey@okonet.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/difelice/ejs-loader/issues"
  },
  "homepage": "https://github.com/difelice/ejs-loader",
  "dependencies": {
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.15"
  },
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest": "^25.2.3",
    "prettier": "^2.0.5",
    "require-from-string": "^2.0.2"
  }
}
