{
  "name": "grunt-contrib-compress",
  "description": "Compress files and folders",
  "version": "1.6.0",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "repository": "gruntjs/grunt-contrib-compress",
  "license": "MIT",
  "engines": {
    "node": ">=4.0"
  },
  "main": "tasks/compress.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "archiver": "^1.3.0",
    "chalk": "^1.1.1",
    "lodash": "^4.7.0",
    "pretty-bytes": "^4.0.2",
    "stream-buffers": "^2.1.0"
  },
  "optionalDependencies": {
    "iltorb": "^2.4.3"
  },
  "devDependencies": {
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-internal": "^4.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "tar": "^4.4.8",
    "unzip": "^0.1.5"
  },
  "keywords": [
    "gruntplugin",
    "compress",
    "zip",
    "tar"
  ],
  "files": [
    "tasks"
  ],
  "appveyor_id": "tiwbi1smm1j8aa5j"
}
