3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/networking/browsers/vieb/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
1.3 KiB
JSON
Raw Normal View History

2020-12-13 12:46:32 +00:00
{
"name": "vieb",
"productName": "Vieb",
2022-03-23 11:35:08 +00:00
"version": "7.1.2",
2020-12-13 12:46:32 +00:00
"description": "Vim Inspired Electron Browser",
"main": "app/index.js",
"scripts": {
"build": "node build.js",
"buildall": "node build.js --linux --win --mac",
"buildlinux": "node build.js --linux",
2021-05-26 15:18:28 +01:00
"buildmac": "node build.js --mac",
2020-12-13 12:46:32 +00:00
"buildwin": "node build.js --win",
2021-05-26 15:18:28 +01:00
"dev": "electron app --datafolder=./ViebData/",
"fix": "eslint --fix app .eslintrc.js build.js",
"lint": "eslint app .eslintrc.js build.js",
"start": "electron app",
2022-03-23 11:35:08 +00:00
"test": "TZ=UTC jest --testEnvironment jsdom --coverage --collectCoverageFrom 'app/**/*.js' -u && npm run lint && echo 'All good :)'"
2020-12-13 12:46:32 +00:00
},
"repository": "https://github.com/Jelmerro/Vieb",
"homepage": "https://vieb.dev",
"keywords": [
2021-05-05 22:17:42 +01:00
"Vim",
2020-12-13 12:46:32 +00:00
"Electron",
"Browser",
"Internet"
],
"author": "Jelmer van Arnhem",
"email": "Jelmerro@users.noreply.github.com",
2021-05-05 22:17:42 +01:00
"license": "GPL-3.0-or-later",
2020-12-13 12:46:32 +00:00
"devDependencies": {
2022-03-23 11:35:08 +00:00
"electron": "17.0.1",
"electron-builder": "22.14.13",
"eslint": "8.9.0",
"eslint-plugin-sort-keys": "2.3.5",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1"
2020-12-13 12:46:32 +00:00
},
"dependencies": {
2021-05-05 22:17:42 +01:00
"7zip-bin": "5.1.1",
2022-03-23 11:35:08 +00:00
"@cliqz/adblocker-electron": "1.23.6",
"@cliqz/adblocker-electron-preload": "1.23.6",
"is-svg": "4.3.2",
2021-05-05 22:17:42 +01:00
"rimraf": "3.0.2"
2022-03-23 11:35:08 +00:00
}
2020-12-13 12:46:32 +00:00
}