mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-14 07:04:21 +08:00
91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"name": "gulp-clean-css",
|
|
"description": "Minify css with clean-css.",
|
|
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
|
|
"version": "2.3.2",
|
|
"author": {
|
|
"name": "scniro"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/scniro/gulp-clean-css/issues",
|
|
"email": "scniro@outlook.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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": "^3.4.23",
|
|
"gulp-util": "^3.0.7",
|
|
"object-assign": "^4.1.0",
|
|
"through2": "^2.0.3",
|
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.15",
|
|
"del": "^2.2.2",
|
|
"express": "^4.14.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-istanbul": "^1.1.1",
|
|
"gulp-mocha": "^3.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^3.0.0",
|
|
"gulp-sourcemaps": "^1.9.1",
|
|
"mocha": "^3.2.0",
|
|
"vinyl": "^2.0.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-fs-fake": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"gitHead": "83f639545b95b8579d8bd4fcb3b9d8b5ebe99a65",
|
|
"_id": "gulp-clean-css@2.3.2",
|
|
"_shasum": "7410769c4474c12ccd55e98ea74b1898d428acd0",
|
|
"_from": "gulp-clean-css@latest",
|
|
"_npmVersion": "3.10.9",
|
|
"_nodeVersion": "6.9.2",
|
|
"_npmUser": {
|
|
"name": "scniro",
|
|
"email": "salvatore.niro@outlook.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "7410769c4474c12ccd55e98ea74b1898d428acd0",
|
|
"tarball": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-2.3.2.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "radmen",
|
|
"email": "radmen+npmjs@gmail.com"
|
|
},
|
|
{
|
|
"name": "scniro",
|
|
"email": "salvatore.niro@outlook.com"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/gulp-clean-css-2.3.2.tgz_1481998555925_0.3107159819919616"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-clean-css/-/gulp-clean-css-2.3.2.tgz"
|
|
}
|