{
  "name": "template-literals-express",
  "version": "1.0.0",
  "description": "Template middleware for express.js based on vanilla es6 template literals.",
  "main": "index.js",
  "scripts": {
    "test": "test"
  },
	"engines":{"node":">=7.10.0"},
	"dependencies":{},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Globik/template-literals-express.git"
  },
  "keywords": [
    "express.js",
    "template-engine",
    "es6-template-literals"
  ],
  "author": "Globalik Slivov <globalikslivov@gmail.com> (https://github.com/Globik)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Globik/template-literals-express/issues"
  },
  "homepage": "https://github.com/Globik/template-literals-express#readme"
}