UNPKG

gulp-usemin-extend

Version:

Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).

45 lines (44 loc) 998 B
{ "name": "gulp-usemin-extend", "version": "0.3.24", "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", "main": "index.js", "dependencies": { "gulp-util": "~2.2.14", "through2": "~0.5.1", "glob": "~4.0.4", "gulp-concat": "~2.4.1" }, "devDependencies": { "event-stream": "~3.1.0", "vinyl-fs": "~2.3.1", "gulp": "~3.9.1", "gulp-jshint": "~1.7.0", "gulp-mocha": "~0.5.1", "gulp-uglify": "~0.3.1", "gulp-minify-html": "~0.1.1", "gulp-minify-css": "~0.3.0", "gulp-rev": "~0.4.2", "gulp-less": "2.0.1" }, "scripts": { "test": "./node_modules/.bin/gulp" }, "repository": { "type": "git", "url": "https://github.com/chen844033231/gulp-usemin" }, "keywords": [ "gulpplugin", "usemin", "gulp-usemin" ], "author": "Alexander Zonov <zont@pochta.ru>", "license": "MIT", "bugs": { "url": "https://github.com/zont/gulp-usemin/issues" }, "engines": { "node": ">=0.12" } }