-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.05 KB
/
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": "gumi",
"version": "1.0.2",
"description": "Changing the Git user has never been so simple.",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=assets/icon-app.icns --ignore='settings.json|gulpfile.js|client/app|client/tmp|client/node_modules|client/gulpfile.js|client/package.js' --prune=true --out=release-builds",
"dmg": "electron-installer-dmg ./release-builds/gumi-darwin-x64/gumi.app gumi-app --out=release-builds --overwrite --icon=assets/icon-app.icns --background=assets/background.png"
},
"author": {
"name": "Alberto Parziale",
"email": "parziale.alberto@gmail.com",
"url": "https://lavolpechevola.com/"
},
"contributors": [
{
"name": "Ani Sinanaj",
"email": "sinanajani@outlook.com",
"url": "https://progress44.com/"
}
],
"devDependencies": {
"electron": "^8.2.5",
"electron-installer-dmg": "^3.0.0",
"electron-packager": "^14.2.1"
},
"dependencies": {
"underscore": "^1.8.3"
}
}