{
  "name": "grunt-zip",
  "description": "Zip and unzip files via a grunt plugin",
  "version": "1.0.0",
  "homepage": "https://github.com/twolfson/grunt-zip",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/grunt-zip.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/grunt-zip/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twolfson/grunt-zip/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "bin": "bin/grunt-zip",
  "engines": {
    "node": ">= 8.0.0"
  },
  "scripts": {
    "test": "rm -r test/actual &> /dev/null && mocha"
  },
  "dependencies": {
    "grunt-retro": "~0.6.0",
    "jszip": "^3.8.0"
  },
  "devDependencies": {
    "chai": "~1.9.1",
    "foundry": "~4.4.2",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "grunt": "~0.4.0",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-watch": "~0.5.3",
    "mocha": "~10.0.0",
    "shell-quote": "~1.6.1",
    "underscore.string": "~2.3.1"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "zip",
    "unzip",
    "compress",
    "decompress"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-git",
      "foundry-release-npm"
    ]
  }
}