summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/vieb/package.json
blob: cf04c6892c896250d2ca527eb495b7b28e38b8ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "vieb",
  "productName": "Vieb",
  "version": "3.4.0",
  "description": "Vim Inspired Electron Browser",
  "main": "app/index.js",
  "scripts": {
    "test": "jest -u && eslint .",
    "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": [
    "Electron",
    "Browser",
    "Internet"
  ],
  "author": "Jelmer van Arnhem",
  "email": "Jelmerro@users.noreply.github.com",
  "license": "GPL-3.0+",
  "devDependencies": {
    "archiver": "^5.2.0",
    "electron": "^11.2.1",
    "electron-builder": "^22.10.4",
    "eslint": "^7.19.0",
    "jest": "^26.6.3"
  },
  "dependencies": {
    "@cliqz/adblocker-electron": "^1.20.0",
    "darkreader": "^4.9.27",
    "is-svg": "^4.2.1",
    "rimraf": "^3.0.2"
  }
}