ebrowser v1.0.44
[uweb.git] / misc / ebrowser / package.json
blobff1957928b03847adf6deb55b01f57bfd36ac878
1 {"version":"1.0.44",
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     "translate.*",
11     "mapkeys.json",
12     "js/*.js",
13     "config"
14   ],
15   "scripts": {
16     "release": "electron-builder"
17   },
18   "author": "Richard H. Cao",
19   "keywords": ["browser","minimal","suckless","command line","vim key map","user scripts"],
20   "license": "GPL-3.0",
21   "repository": {
22     "type": "git",
23     "url": "git+https://github.com/torappinfo/ebrowser.git"
24   },
25   "build": {
26     "appId": "torapp.eweb",
27     "publish": "github",
28     "asar": false,
29     "directories": {
30       "output": "release"
31     },
32     "dmg": {
33       "contents": [
34         { "x": 110, "y": 150 },
35         { "x": 240, "y": 150, "type": "link", "path": "/Applications" }
36       ]
37     },
38     "nsis": {
39       "createDesktopShortcut": "always"
40     },
41     "linux": {
42       "target": "AppImage"
43     }
44   },
45   "dependencies": {
46   },
47   "devDependencies": {
48     "electron":"",
49     "electron-builder": ""
50   }