mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "vieb",
|
|
"productName": "Vieb",
|
|
"version": "4.5.1",
|
|
"description": "Vim Inspired Electron Browser",
|
|
"bin": "app.js",
|
|
"main": "app/index.js",
|
|
"scripts": {
|
|
"test": "jest --coverage --collectCoverageFrom 'app/**/*.js' -u && eslint app && echo 'All good :)'",
|
|
"dev": "electron app --datafolder ./ViebData/",
|
|
"start": "electron app",
|
|
"build": "node build.js",
|
|
"buildall": "node build.js --linux --win --mac",
|
|
"buildlinux": "node build.js --linux",
|
|
"buildwin": "node build.js --win",
|
|
"buildmac": "node build.js --mac"
|
|
},
|
|
"repository": "https://github.com/Jelmerro/Vieb",
|
|
"homepage": "https://vieb.dev",
|
|
"keywords": [
|
|
"Vim",
|
|
"Electron",
|
|
"Browser",
|
|
"Internet"
|
|
],
|
|
"author": "Jelmer van Arnhem",
|
|
"email": "Jelmerro@users.noreply.github.com",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"archiver": "5.3.0",
|
|
"electron": "12.0.5",
|
|
"electron-builder": "22.10.5",
|
|
"eslint": "7.25.0",
|
|
"eslint-plugin-compat": "^3.9.0",
|
|
"jest": "26.6.3"
|
|
},
|
|
"dependencies": {
|
|
"7zip-bin": "5.1.1",
|
|
"@cliqz/adblocker-electron": "1.20.4",
|
|
"is-svg": "4.3.1",
|
|
"rimraf": "3.0.2"
|
|
},
|
|
"browserslist": [
|
|
"last 2 Chrome versions"
|
|
]
|
|
}
|