UNPKG

gulp-jst2

Version:

Compile lodash templates to a JST file using gulp; allow customisation of the prepended text while optionally using a RegEx of the file.path (full path, name and extension).

35 lines (34 loc) 746 B
{ "name": "gulp-jst2", "version": "0.1.4", "description": "Compile lodash templates to a JST file using gulp; allow customisation of the prepended text while optionally using a RegEx of the file.path (full path, name and extension).", "main": "index.js", "engines": { "node": ">=0.10.0" }, "repository": { "type": "git", "url": "git://github.com/djtregear/gulp-jst2.git" }, "keywords": [ "gulp", "gulpplugin", "jst", "gulp-jst", "ejs", "prepend", "RegEx", "lodash", "template", "underscore", "file", "filename" ], "author": "David Tregear", "license": "MIT", "dependencies": { "lodash": "~2.4.1", "through2": "~0.4.1", "gulp-util": "~2.2.12" } }