forked from OrangeJedi/Aerial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 984 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 984 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
41
42
{
"name": "aerial",
"version": "0.5.4",
"description": "Apple TV screen saver for Windows",
"main": "app.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder",
"build-folder": "electron-packager .",
"build-exe": "electron-builder build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OrangeJedi/Aerial.git"
},
"author": "OrangeJedi",
"license": "MIT",
"bugs": {
"url": "https://github.com/OrangeJedi/Aerial/issues"
},
"homepage": "https://github.com/OrangeJedi/Aerial#readme",
"devDependencies": {
"electron": "^8.2.4",
"electron-builder": "^22.4.1",
"electron-packager": "^14.2.1"
},
"dependencies": {
"electron-store": "^5.1.1",
"font-list-universal": "^1.0.0",
"json-beautify": "^1.1.1",
"request": "^2.88.2"
},
"build": {
"win": {
"target": "portable"
},
"portable": {
"artifactName": "aerial.exe",
"useZip": true
}
}
}