Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

58 lines
1.3 KiB

{
"name": "gulp-clean-css",
"description": "Minify css with clean-css.",
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "3.9.4",
"author": "scniro",
"license": "MIT",
"bugs": {
"url": "https://github.com/scniro/gulp-clean-css/issues",
"email": "scniro@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/scniro/gulp-clean-css.git"
},
"files": [
"index.js"
],
"keywords": [
"css",
"clean",
"minify",
"uglify",
"clean-css",
"minify-css",
"gulp-minify-css",
"gulp-clean-css",
"gulpplugin",
"gulpfriendly"
],
"dependencies": {
"clean-css": "4.1.11",
"plugin-error": "1.0.1",
"through2": "2.0.3",
"vinyl-sourcemaps-apply": "0.2.1"
},
"devDependencies": {
"chai": "4.1.2",
"chai-string": "1.4.0",
"coveralls": "3.0.1",
"express": "4.16.3",
"fancy-log": "1.3.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "5.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"mocha": "5.1.1",
"vinyl": "2.1.0",
"vinyl-buffer": "1.0.1",
"vinyl-fs-fake": "1.1.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
}
}