68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"name": "gulp-clean-css",
|
|
"description": "Minify css with clean-css.",
|
|
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
|
|
"version": "4.3.0",
|
|
"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"
|
|
],
|
|
"nyc": {
|
|
"report-dir": "./.coverage",
|
|
"reporter": [
|
|
"lcov",
|
|
"text"
|
|
],
|
|
"include": [
|
|
"index.js"
|
|
],
|
|
"sourceMap": false,
|
|
"temp-dir": "./.coverage/.nyc_output"
|
|
},
|
|
"dependencies": {
|
|
"clean-css": "4.2.3",
|
|
"plugin-error": "1.0.1",
|
|
"through2": "3.0.1",
|
|
"vinyl-sourcemaps-apply": "0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"chai-string": "1.5.0",
|
|
"coveralls": "3.0.9",
|
|
"express": "4.17.1",
|
|
"fancy-log": "1.3.3",
|
|
"gulp": "4.0.2",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-rename": "2.0.0",
|
|
"gulp-sass": "4.0.2",
|
|
"gulp-sourcemaps": "2.6.5",
|
|
"mocha": "7.1.0",
|
|
"nyc": "15.0.0",
|
|
"vinyl": "2.2.0"
|
|
},
|
|
"scripts": {
|
|
"cover": "./node_modules/.bin/nyc npm test",
|
|
"test": "./node_modules/.bin/mocha ./index.spec.js"
|
|
}
|
|
}
|