{
  "name": "electron-gh-releases",
  "version": "2.0.4",
  "description": "Electron auto-update by releasing on Github.",
  "main": "./GhReleases.js",
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.6.0",
    "electron-prebuilt": "^0.37.3",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-watch": "^4.3.5",
    "mocha": "^2.4.5",
    "standard": "^6.0.8"
  },
  "dependencies": {
    "got": "^5.1.0",
    "semver": "^5.1.0"
  },
  "scripts": {
    "test": "standard src/*.js && electron test/app",
    "travis": "standard src/*.js",
    "prepublish": "gulp build"
  },
  "author": "Jens Lind <jens@jensl.se> (jenslind.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jenslind/electron-gh-releases.git"
  }
}
