-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 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
42
43
{
"name": "rocket",
"productName": "Rocket",
"version": "0.0.9",
"description": "Rocket - A fast and simple browser for the modern web",
"main": "rocket.js",
"author": {
"name": "zackdevine"
},
"license": "GNU GPL v3",
"repository": "zackdevine/rocket",
"dependencies": {
"animate.css": "^3.6.1",
"bootstrap": "^3.3.7",
"electron-updater": "^2.21.10",
"favicon-getter": "^1.1.3",
"font-awesome": "^4.7.0",
"jsonfile": "^4.0.0",
"npm": "^6.1.0",
"pace": "0.0.4",
"pace-progress": "^1.0.2",
"uuid": "^3.2.1"
},
"scripts": {
"start": "electron .",
"build": "./node_modules/.bin/build"
},
"devDependencies": {
"electron": "^1.8.2",
"electron-builder": "^20.15.1",
"electron-packager": "^12.1.0"
},
"build": {
"appId": "pw.dgtl.rocket",
"productName": "Rocket",
"mac": {
"icon": "img/logo.icns"
},
"win": {
"icon": "img/logo.ico"
}
}
}