All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lessjs-1.5.0.node_modules.less.node_modules.clean-css.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "clean-css",
  "version": "1.0.12",
  "author": "Jakub Pawlowicz  (http://twitter.com/GoalSmashers)",
  "description": "A well-tested CSS minifier",
  "keywords": [
    "css",
    "minifier"
  ],
  "homepage": "https://github.com/GoalSmashers/clean-css",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoalSmashers/clean-css.git"
  },
  "bugs": {
    "url": "https://github.com/GoalSmashers/clean-css/issues"
  },
  "bin": {
    "cleancss": "./bin/cleancss"
  },
  "main": "index.js",
  "scripts": {
    "bench": "node ./test/bench.js",
    "check": "jshint .",
    "prepublish": "jshint .",
    "test": "vows"
  },
  "dependencies": {
    "commander": "1.3.x"
  },
  "devDependencies": {
    "vows": "0.7.x",
    "jshint": "2.1.x"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy