50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "clean-css-cli",
|
|
"version": "4.3.0",
|
|
"description": "A command-line interface to clean-css CSS optimization library",
|
|
"scripts": {
|
|
"check": "jshint ./bin/cleancss .",
|
|
"prepublish": "npm run check",
|
|
"test": "vows"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakubpawlowicz/clean-css-cli.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"optimizer",
|
|
"minifier"
|
|
],
|
|
"bin": {
|
|
"cleancss": "./bin/cleancss"
|
|
},
|
|
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jakubpawlowicz/clean-css-cli/issues"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"bin",
|
|
"History.md",
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/jakubpawlowicz/clean-css-cli#readme",
|
|
"dependencies": {
|
|
"clean-css": "^4.2.1",
|
|
"commander": "2.x",
|
|
"glob": "7.x"
|
|
},
|
|
"devDependencies": {
|
|
"http-proxy": "1.x",
|
|
"jshint": "2.x",
|
|
"source-map": "0.5.x",
|
|
"vows": "0.8.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
}
|
|
}
|