ebrowser 1.0.29
[uweb.git] / misc / ebrowser / package.json
blob1936482b8e6f98a5fe16104c2a1bcca1763a58ce
1 {"version":"1.0.29",
2   "name": "ebrowser",
3   "description": "The keyboard-friendly minimal suckless web browser",
4   "main": "webview.js",
5   "files": [
6     "webview.js",
7     "index.html",
8     "package.json",
9     "README.md"
10   ],
11   "scripts": {
12     "release": "electron-builder"
13   },
14   "author": "Richard H. Cao",
15   "keywords": ["browser","minimal","suckless","command line","vim key map","user scripts"],
16   "license": "GPL-3.0",
17   "repository": {
18     "type": "git",
19     "url": "git+https://github.com/torappinfo/ebrowser.git"
20   },
21   "build": {
22     "appId": "torapp.eweb",
23     "publish": "github",
24     "asar": false,
25     "directories": {
26       "output": "release"
27     },
28     "dmg": {
29       "contents": [
30         { "x": 110, "y": 150 },
31         { "x": 240, "y": 150, "type": "link", "path": "/Applications" }
32       ]
33     },
34     "nsis": {
35       "createDesktopShortcut": "always"
36     },
37     "linux": {
38       "target": "AppImage"
39     }
40   },
41   "dependencies": {
42   },
43   "devDependencies": {
44     "electron":"",
45     "electron-builder": ""
46   }