{
	"name": "ejs-html",
	"version": "5.1.5",
	"author": "Sitegui <sitegui@sitegui.com.br>",
	"description": "Embedded JavaScript HTML templates. An implementation of EJS focused on run-time performance, HTML syntax checking, minified HTML output and custom HTML elements.",
	"main": "./index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/sitegui/ejs-html"
	},
	"keywords": [
		"ejs",
		"html",
		"template",
		"engine",
		"minification",
		"custom elements",
		"web components"
	],
	"dependencies": {
		"source-map": "^0.7.0"
	},
	"license": "MIT",
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "mocha test"
	},
	"devDependencies": {
		"mocha": "^5.0.0",
		"should": "^13.2.1"
	}
}