{
  "_args": [
    [
      "html-minifier@0.7.2",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "html-minifier@0.7.2",
  "_id": "html-minifier@0.7.2",
  "_inBundle": false,
  "_integrity": "sha1-K3lZsQUaSB5xzXxuWaZCcq+JXP0=",
  "_location": "/html-minifier",
  "_phantomChildren": {
    "amdefine": "1.0.1",
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "typedarray": "0.0.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "html-minifier@0.7.2",
    "name": "html-minifier",
    "escapedName": "html-minifier",
    "rawSpec": "0.7.2",
    "saveSpec": null,
    "fetchSpec": "0.7.2"
  },
  "_requiredBy": [
    "/grunt-contrib-htmlmin"
  ],
  "_resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-0.7.2.tgz",
  "_spec": "0.7.2",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "author": {
    "name": "Juriy \"kangax\" Zaytsev"
  },
  "bin": {
    "html-minifier": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/kangax/html-minifier/issues"
  },
  "contributors": [
    {
      "name": "Gilmore Davidson",
      "url": "https://github.com/gilmoreorless"
    },
    {
      "name": "Hugo Wetterberg",
      "email": "hugo@wetterberg.nu"
    },
    {
      "name": "Zoltan Frombach",
      "email": "tssajo@gmail.com"
    }
  ],
  "dependencies": {
    "change-case": "2.3.x",
    "clean-css": "3.1.x",
    "cli": "0.6.x",
    "concat-stream": "1.4.x",
    "relateurl": "0.2.x",
    "uglify-js": "2.4.x"
  },
  "description": "HTML minifier with lint-like capabilities.",
  "devDependencies": {
    "chalk": "1.0.x",
    "cli-table": "0.3.x",
    "grunt": "0.4.x",
    "grunt-contrib-concat": "0.5.x",
    "grunt-contrib-jshint": "0.11.x",
    "grunt-contrib-qunit": "0.7.x",
    "grunt-contrib-uglify": "0.8.x",
    "grunt-exec": "0.4.x",
    "grunt-jscs": "1.6.x",
    "load-grunt-tasks": "3.1.x",
    "qunit": "0.7.x",
    "time-grunt": "1.1.x"
  },
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "dist",
    "cli.js",
    "sample-cli-config-file.conf",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "homepage": "http://kangax.github.io/html-minifier/",
  "keywords": [
    "html",
    "minifier",
    "lint"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE"
  },
  "main": "./dist/htmlminifier.js",
  "maintainers": [
    {
      "name": "Juriy Zaytsev",
      "email": "kangax@gmail.com",
      "url": "http://perfectionkills.com"
    }
  ],
  "name": "html-minifier",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kangax/html-minifier.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.7.2"
}
