{
  "name": "electron-installer-zip",
  "description": "Create a zip file with support for symlinks required by electron on osx.",
  "version": "0.1.2",
  "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",
  "homepage": "http://github.com/mongodb-js/electron-installer-zip",
  "repository": {
    "type": "git",
    "url": "git://github.com/mongodb-js/electron-installer-zip.git"
  },
  "scripts": {
    "test": "mocha",
    "ci": "mocha",
    "check": "mongodb-js-precommit"
  },
  "precommmit": [
    "check",
    "test"
  ],
  "bin": {
    "electron-installer-zip": "bin/electron-installer-zip.js"
  },
  "dependencies": {
    "archiver": "^0.21.0",
    "async": "^1.5.2",
    "debug": "^2.2.0",
    "electron-installer-run": "^0.1.2",
    "fs-extra": "^0.26.7",
    "mongodb-js-cli": "0.0.2",
    "zip-folder": "^1.0.0"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "eslint-config-mongodb-js": "^0.1.6",
    "mocha": "^2.2.5",
    "mongodb-js-fmt": "0.0.3",
    "mongodb-js-precommit": "^0.2.8",
    "pre-commit": "^1.0.10",
    "proxyquire": "^1.7.4"
  },
  "keywords": [
    "mongodb.js",
    "electron",
    "installer",
    "electron-installer",
    "gulpfriendly",
    "zip",
    "electron create zip"
  ]
}
