gulp-minify-css
Version:
Minify css with clean-css.
38 lines (37 loc) • 1.21 kB
JSON
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.2.4",
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"pretest": "eslint --fix --config @shinnn/node-legacy --env mocha index.js test",
"test": "node --harmony_destructuring node_modules/mocha/bin/_mocha --full-trace",
"test-dot": "node --harmony_destructuring node_modules/mocha/bin/_mocha --reporter dot --full-trace",
"coverage": "node --harmony_destructuring node_modules/istanbul/lib/cli cover _mocha -- --full-trace",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"dependencies": {
"clean-css": "^3.3.3",
"gulp-util": "^3.0.5",
"object-assign": "^4.0.1",
"readable-stream": "^2.0.0",
"vinyl-bufferstream": "^1.0.1",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"chai": "^3.0.0",
"eslint": "^1.10.2",
"from2-string": "^1.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.5",
"istanbul": "^0.4.1",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.2.5",
"stream-combiner2": "^1.1.1",
"vinyl": "^1.1.0"
}
}