gulp-cleancss
Version:
Gulp task to minify CSS styles with clean-css
46 lines (45 loc) • 959 B
JSON
{
"name": "gulp-cleancss",
"description": "Gulp task to minify CSS styles with clean-css",
"version": "0.2.2",
"main": "src/index.js",
"homepage": "https://github.com/mgcrea/gulp-cleancss",
"author": {
"name": "Olivier Louvignes",
"email": "olivier@mg-crea.com"
},
"repository": {
"type": "git",
"url": "git://github.com/mgcrea/gulp-cleancss.git"
},
"keywords": [
"gulp",
"angular"
],
"bugs": {
"url": "https://github.com/mgcrea/gulp-cleancss/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mgcrea/gulp-cleancss/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"chalk": "^0.4.0",
"clean-css": "^2.2.1",
"gulp-util": "2.2.17",
"through2": "^0.5.1"
},
"devDependencies": {
"lodash.assign": "^2.4.1",
"mocha": "*",
"should": "*"
}
}