{
  "name": "electron-squirrel-startup",
  "version": "1.0.1",
  "description": "Default Squirrel.Windows event handler for your Electron apps.",
  "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",
  "homepage": "http://github.com/mongodb-js/electron-squirrel-startup",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/electron-squirrel-startup.git"
  },
  "scripts": {
    "ci": "xvfb-maybe npm test",
    "test": "electron-mocha",
    "check": "mongodb-js-precommit"
  },
  "precommit": [
    "check"
  ],
  "dependencies": {
    "debug": "^2.2.0"
  },
  "devDependencies": {
    "electron-mocha": "^3.0.5",
    "electron-prebuilt": "^1.3.4",
    "eslint-config-mongodb-js": "^2.2.0",
    "mongodb-js-precommit": "^0.2.9",
    "pre-commit": "^1.0.10",
    "xvfb-maybe": "^0.1.3"
  },
  "dependency-check": {
    "ignore": [
      "app",
      "electron"
    ]
  },
  "keywords": [
    "mongodb.js",
    "electron",
    "electron-installer",
    "squirrel.windows"
  ]
}
