UNPKG

gulp-juice-concat

Version:

Pipe a list of html and css files and get out html files with inline css

36 lines (35 loc) 724 B
{ "name": "gulp-juice-concat", "version": "1.1.2", "description": "Pipe a list of html and css files and get out html files with inline css", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "cheerio": "^0.19.0", "gulp": "^3.9.0", "gulp-util": "^3.0.6", "juice": "^1.3.2", "lodash": "^3.10.1", "through2": "^2.0.0" }, "devDependencies": { "gulp-filter": "^3.0.1", "gulp-sass": "^2.0.4" }, "scripts": { "test": "gulp test" }, "keywords": [ "Gulp", "Juice", "Emails", "Inline", "CSS", "gulpplugin" ], "author": "Stephen Parente", "license": "GPL-3.0", "repository": "ingenuitydesign/gulp-juice-concat" }