dot-emc
Version:
dot-emc is a doT stub for Express 3.x with support for caching and partials.
37 lines (36 loc) • 717 B
JSON
{
"name": "dot-emc",
"version": "0.1.2",
"description": "dot-emc is a doT stub for Express 3.x with support for caching and partials.",
"main": "dot-emc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nerdo/dot-emc.git"
},
"dependencies": {
"dot": ">= 1.0.0"
},
"optionalDependencies": {
"html": "*"
},
"keywords": [
"template",
"fast",
"simple",
"templating",
"express",
"doT",
"caching",
"partials",
"engine"
],
"author": {
"name": "Dannel Albert",
"email": "cuebix@gmail.com"
},
"license": "MIT",
"readmeFilename": "README.md"
}