{
  "name": "clean-css",
  "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
  "description": "A well-tested CSS minifier",
  "keywords": ["css", "minifier"],
  "homepage": "http://github.com/GoalSmashers/clean-css",
  "repository": {
    "type" : "git",
    "url" : "http://github.com/GoalSmashers/clean-css.git"
  },
  "version": "0.3.2",
  "main": "index.js",
  "bin": {
    "cleancss": "./bin/cleancss"
  },
  "dependencies": {
    "optimist": "0.1.x"
  },
  "engines": {
    "node": ">=0.4.0"
  }
}
