UNPKG

pipeline-minify-css

Version:

Gulp pipeline to minify and optionally concatenate CSS files

63 lines (62 loc) 1.39 kB
{ "name": "pipeline-minify-css", "version": "1.0.1", "description": "Gulp pipeline to minify and optionally concatenate CSS files", "author": "Juan P. Osorio <jposorio@kenzan.com> (https://github.com/jpoo90)", "contributors": [ { "name": "Owen Buckley", "email": "obuckley@kenzan.com" }, { "name": "Chris Sharon", "email": "csharon@kenzan.com" } ], "scripts": { "test": "mocha test/index.spec.js -w" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/kenzanlabs/pipeline-minify-css" }, "keywords": [ "Gulp", "Tools", "Keystone", "Pipeline", "Concat", "Minification", "CSS" ], "preferGlobal": false, "private": false, "publishConfig": { "registry": "http://registry.npmjs.org/" }, "engines": { "node": ">=0.10.3", "npm": ">=1.0.20" }, "analyze": true, "license": "Apache-2.0", "dependencies": { "gulp-concat": "2.6.0", "gulp-if": "2.0.0", "gulp-minify-css": "1.2.1", "gulp-rename": "1.2.2", "gulp-sourcemaps": "1.6.0", "lazypipe": "1.0.1", "pipeline-handyman": "1.0.0" }, "devDependencies": { "chai": "3.3.0", "del": "2.0.2", "gulp": "3.9.0", "path": "0.12.7", "pipeline-test-node": "0.4.0", "pipeline-validate-js": "0.3.0", "stream-assert": "2.0.3" } }