-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 965 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
32
33
34
35
36
37
38
39
40
41
{
"name": "app",
"productName": "GMR",
"version": "0.0.10",
"description": "",
"license": "MIT",
"repository": "quentinms/GMR-client",
"author": {
"name": "Quentin Mazars-Simon",
"email": "",
"url": "quentin.nyc"
},
"engines": {
"node": ">=6"
},
"electronVersion": "1.3.5",
"scripts": {
"test": "xo",
"start": "electron .",
"build": "electron-packager . $npm_package_productName --platform=darwin --arch=x64 --version=$npm_package_electronVersion --overwrite --icon=icon.icns --app-version=$npm_package_version"
},
"main": "main.js",
"keywords": [
"electron-app",
"Giant Multiplayer Robot",
"Civilization"
],
"dependencies": {
"electron": "^1.3.5",
"angular": "1.x",
"json-bigint": "0.1.x",
"lodash": "4.x",
"moment": "2.x",
"request": "2.x"
},
"devDependencies": {
"devtron": "^1.3.0",
"electron-debug": "^1.0.1",
"electron-packager": "^8.0.0"
}
}