mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{"version":"1.0.27",
|
|
"name": "ebrowser",
|
|
"description": "The keyboard-friendly minimal suckless web browser",
|
|
"main": "webview.js",
|
|
"scripts": {
|
|
"release": "electron-builder"
|
|
},
|
|
"author": "Richard H. Cao",
|
|
"keywords": ["browser","minimal","suckless","command line","vim key map","user scripts"],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/torappinfo/ebrowser.git"
|
|
},
|
|
"build": {
|
|
"appId": "torapp.eweb",
|
|
"publish": "github",
|
|
"asar": false,
|
|
"files": [
|
|
"webview.js",
|
|
"index.html",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"directories": {
|
|
"output": "release"
|
|
},
|
|
"dmg": {
|
|
"contents": [
|
|
{ "x": 110, "y": 150 },
|
|
{ "x": 240, "y": 150, "type": "link", "path": "/Applications" }
|
|
]
|
|
},
|
|
"nsis": {
|
|
"createDesktopShortcut": "always"
|
|
},
|
|
"linux": {
|
|
"target": "AppImage"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"electron":"",
|
|
"electron-builder": ""
|
|
}
|
|
}
|