gulp-ejs-templates
Version:
Precompile EJS templates to a JS file.
33 lines (32 loc) • 682 B
JSON
{
"name": "gulp-ejs-templates",
"description": "Precompile EJS templates to a JS file.",
"version": "1.1.5",
"main": "index.js",
"homepage": "https://github.com/vskripkin/gulp-ejs-template",
"author": [
"Yan Qing <admin@zensh.com>",
"Vladimir Skripkin <vladimir-scripkin@ya.ru>"
],
"repository": {
"type": "git",
"url": "git://github.com/vskripkin/gulp-ejs-template.git"
},
"keywords": [
"gulpplugin",
"ejs",
"template",
"ejs-template"
],
"bugs": {
"url": "https://github.com/vskripkin/gulp-ejs-template/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"vinyl": "^2.2.0",
"plugin-error": "^1.0.1",
"through2": "^3.0.0"
}
}