-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 Bytes
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
{
"name": "ainstaller",
"version": "2.1.1",
"description": "for ahud",
"main": "main.js",
"scripts": {
"postinstall": "install-app-deps",
"start": "electron ./app",
"build": "build --win --x64",
"release": "build --win --x64 --publish always"
},
"repository": "https://github.com/ainstaller/ainstaller",
"keywords": [
"ainstaller"
],
"author": "UnnoTed",
"license": "MIT",
"devDependencies": {
"babel-register": "^6.18.0",
"electron": "^2.0.8"
},
"dependencies": {
"babel-register": "^6.18.0",
"electron-compile": "^6.4.3",
"electron-compilers": "^4.0.7",
"electron-json-storage": "^2.0.3",
"fs-extra": "^1.0.0",
"node-unzip-2": "^0.2.7"
},
"build": {
"appId": "com.unnoted.ainstaller",
"compression": "maximum",
"asar": false,
"win": {
"publish": [
"github"
]
}
}
}