{
  "name": "ejs-with-exts",
  "description": "Embedded JavaScript templates",
  "keywords": [
    "template",
    "engine",
    "ejs"
  ],
  "version": "2.4.11",
  "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
  "contributors": [
    "Timothy Gu <timothygu99@gmail.com> (https://timothygu.github.io)",
    "Nabil Redmann <repo@bananaacid.de>"
  ],
  "license": "Apache-2.0",
  "main": "./lib/ejs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/BananaAcid/ejs-with-exts.git"
  },
  "bugs": "https://github.com/BananaAcid/ejs-with-exts/issues",
  "homepage": "https://github.com/BananaAcid/ejs-with-exts",
  "dependencies": {
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "browserify": "^13.0.0",
    "istanbul": "~0.4.3",
    "jake": "^8.0.0",
    "jsdoc": "^3.3.0-beta1",
    "lru-cache": "^4.0.1",
    "mocha": "^2.1.0",
    "rimraf": "^2.2.8",
    "uglify-js": "^2.6.2",
    "markdown-it": "^6.0.1",
    "typescript-compiler": "^1.4.1-2",
    "jade": "^1.11.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha",
    "sample": "npm install express && node sample/index.js",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
    "doc": "rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*",
    "devdoc": "rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*",
    "run": "ejs"
  },
  "bin": {
    "ejs": "bin/ejs.js"
  }
}