UNPKG

gulp-pipemin

Version:

Streamlined resource transformations configured in html.

45 lines (44 loc) 977 B
{ "name": "gulp-pipemin", "version": "2.2.4", "description": "Streamlined resource transformations configured in html.", "main": "index.js", "dependencies": { "event-stream": "^3.1.7", "glob": "~4.0.4", "gulp": "~3.8.6", "gulp-concat": "^2.6.0", "gulp-jshint": "~1.7.0", "gulp-minify-css": "~0.3.0", "gulp-minify-html": "~0.1.1", "gulp-mocha": "~0.5.1", "gulp-rev": "~0.4.2", "gulp-uglify": "~0.3.1", "gulp-util": "~2.2.14", "lodash": "^2.4.1", "minimatch": "^1.0.0", "through2": "~0.5.1", "when": "^3.4.6" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/frizi/gulp-pipemin.git" }, "keywords": [ "gulpplugin", "usemin", "pipemin", "lazypipe" ], "author": "Frizi <frizi09@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/frizi/gulp-pipemin/issues" }, "engines": { "node": ">=0.8" } }