{
  "_from": "clean-css@~2.1.0",
  "_id": "clean-css@2.1.8",
  "_inBundle": false,
  "_integrity": "sha1-K0sv1g8yRBCWIWriWiH6p0WA3IM=",
  "_location": "/clean-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "clean-css@~2.1.0",
    "name": "clean-css",
    "escapedName": "clean-css",
    "rawSpec": "~2.1.0",
    "saveSpec": null,
    "fetchSpec": "~2.1.0"
  },
  "_requiredBy": [
    "/grunt-contrib-cssmin"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-2.1.8.tgz",
  "_shasum": "2b4b2fd60f32441096216ae25a21faa74580dc83",
  "_spec": "clean-css@~2.1.0",
  "_where": "/var/www/html-staging/grunt/node_modules/grunt-contrib-cssmin",
  "author": {
    "name": "Jakub Pawlowicz",
    "email": "jakub@goalsmashers.com",
    "url": "http://twitter.com/GoalSmashers"
  },
  "bin": {
    "cleancss": "bin/cleancss"
  },
  "bugs": {
    "url": "https://github.com/GoalSmashers/clean-css/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "commander": "2.1.x"
  },
  "deprecated": false,
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "jshint": "2.4.x",
    "nock": "0.27.x",
    "vows": "0.7.x"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "bin",
    "lib",
    "History.md",
    "index.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/GoalSmashers/clean-css",
  "jshintConfig": {
    "browser": false,
    "camelcase": true,
    "curly": false,
    "eqeqeq": false,
    "eqnull": true,
    "immed": true,
    "indent": 2,
    "latedef": true,
    "multistr": false,
    "noarg": true,
    "node": true,
    "plusplus": false,
    "quotmark": "single",
    "strict": false,
    "trailing": true,
    "undef": true,
    "unused": true
  },
  "keywords": [
    "css",
    "minifier"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "clean-css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoalSmashers/clean-css.git"
  },
  "scripts": {
    "bench": "node ./test/bench.js",
    "check": "jshint ./bin/cleancss .",
    "prepublish": "jshint .",
    "test": "vows"
  },
  "version": "2.1.8"
}
