UNPKG

gulp-htmlprocessor

Version:

Process html files at build time to modify them depending on the release environment

44 lines (43 loc) 961 B
{ "name": "gulp-htmlprocessor", "version": "0.1.1", "description": "Process html files at build time to modify them depending on the release environment", "main": "index.js", "engines": { "node": ">=0.10" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:Nesk/gulp-htmlprocessor.git" }, "keywords": [ "process", "html", "index", "build", "buildtime", "environment", "target", "optimize", "gulpplugin" ], "author": "Johann Pardanaud <pardanaud.j@gmail.com> (http://jpardanaud.com/)", "license": "MIT", "bugs": { "url": "https://github.com/Nesk/gulp-htmlprocessor/issues" }, "homepage": "https://github.com/Nesk/gulp-htmlprocessor", "dependencies": { "gulp-util": "^3.0.1", "htmlprocessor": "^0.1.3", "through2": "^0.6.1" }, "devDependencies": { "gulp": "^3.8.7", "mocha": "^1.21.4", "q": "^1.0.1" } }