uweb/misc/ebrowser/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2024-06-28 06:24:17 +00:00
{"version":"1.0.39",
2024-06-18 15:28:12 +00:00
"name": "ebrowser",
"description": "The keyboard-friendly minimal suckless web browser",
"main": "webview.js",
2024-06-19 13:58:58 +00:00
"files": [
"webview.js",
"index.html",
"package.json",
2024-06-24 22:06:51 +00:00
"README.md",
2024-06-27 12:10:33 +00:00
"translate.*",
"mapkeys.json",
"config"
2024-06-19 13:58:58 +00:00
],
2024-06-18 15:28:12 +00:00
"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,
"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": ""
}
}