keepassxc-browser/package.json
2021-04-12 16:26:42 +03:00

33 lines
889 B
JSON

{
"name": "KeePassXC-Browser",
"version": "1.7.8.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"mocha": "^8.1.3",
"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.3"
},
"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"
}