{
  "name": "broccoli-zip-js",
  "version": "1.0.4",
  "description": "a broccoli plugin for turning a tree into a zip archive - no executable required",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/"
  },
  "author": "Benjamin Vellacott <bmvellacott@gmail.com>",
  "keywords": [
    "broccoli-plugin",
    "jszip",
    "zip",
    "caching",
    "archiver"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bvellacott/broccoli-zip"
  },
  "dependencies": {
    "archiver": "1.2.0",
    "broccoli-caching-writer": "3.0.3"
  },
  "devDependencies": {
    "broccoli": "0.13.3",
    "expect.js": "0.3.1",
    "mocha": "2.0.1",
    "mocha-jshint": "0.0.9",
    "walk-sync": "0.1.3"
  }
}
