-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 971 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
{
"name": "NecrobotJavanHawk",
"version": "0.2.12",
"description": "",
"author": "Andika Hermansyah",
"scripts": {
"start": "electron ./app --enable-logging",
"postinstall": "install-app-deps",
"pack": "build --dir",
"dist": "build --win --x64",
"dist32": "build --win --ia32",
"zip": "build --win zip --x64",
"zip32": "build --win zip --ia32"
},
"devDependencies": {
"del": "^2.2.1",
"dotenv": "^2.0.0",
"electron-builder": "^5.20.0",
"electron-prebuilt": "^1.3.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"momentjs": "^1.1.14",
"pogobuf": "^1.4.0",
"ws": "^1.1.1"
},
"build": {
"appId": "ah.NecrobotJavanHawk",
"productName": "NecrobotJavanHawk",
"win": {
"iconUrl": "https://raw.githubusercontent.com/AndikaTanpaH/NecrobotJavanHawk/master/build/javanhawkcolor.ico"
}
}
}