package.json 2.1 KB
{
  "_from": "clean-css@~1.1.1",
  "_id": "clean-css@1.1.7",
  "_inBundle": false,
  "_integrity": "sha1-YB75z3ZCuYLLM+/JSIpkRMmGaG4=",
  "_location": "/clean-css",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "clean-css@~1.1.1",
    "name": "clean-css",
    "escapedName": "clean-css",
    "rawSpec": "~1.1.1",
    "saveSpec": null,
    "fetchSpec": "~1.1.1"
  },
  "_requiredBy": [
    "/grunt-contrib-cssmin"
  ],
  "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz",
  "_shasum": "601ef9cf7642b982cb33efc9488a6444c986686e",
  "_spec": "clean-css@~1.1.1",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\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.0.x"
  },
  "deprecated": false,
  "description": "A well-tested CSS minifier",
  "devDependencies": {
    "jshint": "~2.1.9",
    "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,
    "maxerr": 100,
    "node": true,
    "camelcase": true,
    "curly": false,
    "eqeqeq": false,
    "eqnull": false,
    "immed": true,
    "latedef": true,
    "multistr": true,
    "noarg": true,
    "plusplus": false,
    "quotmark": "true",
    "regexp": false,
    "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 .",
    "prepublish": "jshint .",
    "test": "vows"
  },
  "version": "1.1.7"
}