{
  "name": "electron-catalyst",
  "version": "0.0.4",
  "description": "Package for electron app publishing which drastically decreases bundle size by caching the prerequisites for apps to work. It depends catalyst binary (cenkalti/catalyst).",
  "bin": {
    "electron-catalyst": "cli.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gokmen/electron-catalyst.git"
  },
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "electron-packager": "^5.2.1",
    "fs-extra": "^0.26.4",
    "glob-all": "^3.0.1",
    "yargs": "^3.32.0"
  },
  "keywords": [
    "electron",
    "electron-apps",
    "bundle"
  ],
  "author": "Gokmen Goksel",
  "license": "MIT"
}
