forked from jenslind/electron-gh-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}
}