Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b252aa26f0b30ca19cc23796e322af6f4dceb42 (plain)
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
{
  "name": "KeePassXC-Browser",
  "version": "1.7.12",
  "description": "KeePassXC-Browser",
  "main": "build.js",
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.24.2",
    "mocha": "^8.4.0",
    "zip-a-folder": "0.0.12"
  },
  "dependencies": {
    "file-url": "^3.0.0",
    "fs-extra": "^8.1.0",
    "selenium-webdriver": "^3.6.0",
    "soft-assert": "^0.2.6"
  },
  "scripts": {
    "build": "node build.js",
    "tests": "./node_modules/mocha/bin/mocha run_tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keepassxreboot/keepassxc-browser.git"
  },
  "author": "KeePassXC Team",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/keepassxreboot/keepassxc-browser/issues"
  },
  "homepage": "https://github.com/keepassxreboot/keepassxc-browser#readme"
}