UNPKG

gulp-html-js-template

Version:

Gulp task that converts a html file with template definitions into a js file containing an object with all templates as strings.

35 lines (34 loc) 792 B
{ "name": "gulp-html-js-template", "version": "0.1.6", "description": "Gulp task that converts a html file with template definitions into a js file containing an object with all templates as strings.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "html", "template", "js", "gulpplugin", "gulpfriendly", "handlebar", "underscore", "microtemplating", "mustache", "ejs", "plates" ], "author": "Michael Heimann", "license": "ISC", "dependencies": { "cheerio": "^0.19.0", "gulp-util": "^3.0.6", "lodash": "^3.10.1", "through2": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/legoheld/gulp-html-js-template.git" } }