{
  "name": "express-es6-template-engine",
  "version": "2.2.3",
  "description": "Express ES6 string template engine",
  "main": "es6-renderer.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "ES6",
    "express",
    "template engine",
    "javascript",
    "backlash template strings"
  ],
  "homepage": "https://dondido.github.io/express-es6-template-engine/",
  "engine": "node >= 4.0.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dondido/express-es6-template-engine.git"
  },
  "author": "Dian Dimitrov",
  "license": "MIT",
  "devDependencies": {
    "minimist": ">=0.2.1",
    "chai": "^4.2.0",
    "express": "^4.17.1",
    "mocha": "^5.2.0"
  }
}
