{
  "name": "minimize",
  "version": "1.8.1",
  "description": "Minimize HTML",
  "main": "./lib/minimize",
  "bin": {
    "minimize": "./bin/minimize"
  },
  "scripts": {
    "test": "mocha $(find test -name '*.test.js')",
    "watch": "mocha --watch $(find test -name '*.test.js')",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- $(find test -name '*.test.js')",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- $(find test -name '*.test.js')"
  },
  "dependencies": {
    "argh": "~0.1.4",
    "async": "~1.5.2",
    "cli-color": "~1.1.0",
    "diagnostics": "~1.0.1",
    "emits": "~3.0.0",
    "htmlparser2": "~3.9.0",
    "node-uuid": "~1.4.7"
  },
  "devDependencies": {
    "chai": "~3.4.1",
    "istanbul": "~0.4.2",
    "mocha": "~2.3.4",
    "pre-commit": "~1.1.2",
    "sinon": "~1.17.2",
    "sinon-chai": "~2.8.0"
  },
  "repository": "git@github.com:Moveo/minimize.git",
  "keywords": [
    "minify",
    "minimize",
    "HTML"
  ],
  "author": "Martijn Swaagman",
  "license": "MIT"
}
