@ilukanets/gulp-to-jst
Version:
> A [gulp](http://gulpjs.com/) plugin to compile [underscore](http://underscorejs.org/#template) / [lodash](http://lodash.com/docs#template) templates into a single file.
38 lines (37 loc) • 659 B
JSON
{
"name": "@ilukanets/gulp-to-jst",
"version": "1.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash": "^4.17.21",
"plugin-error": "^1.0.1",
"through": "^2.3.8",
"vinyl": "^2.2.1"
},
"author": {
"name": "Ihor Lukanets"
},
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"gulp",
"gulpplugin",
"jst",
"concat",
"underscore",
"lodash",
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ilukanets/gulp-to-jst.git"
}
}