keepassxc-browser/package.json

34 lines
888 B
JSON
Raw Normal View History

2019-03-26 18:08:50 +00:00
{
"name": "KeePassXC-Browser",
2021-08-01 06:16:21 +00:00
"version": "1.7.10",
2019-03-26 18:08:50 +00:00
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
2020-02-15 18:17:10 +00:00
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
2020-10-24 10:39:33 +00:00
"mocha": "^8.1.3",
2020-02-15 18:17:10 +00:00
"zip-a-folder": "0.0.12"
2019-03-26 18:08:50 +00:00
},
2020-10-24 10:39:33 +00:00
"dependencies": {
"file-url": "^3.0.0",
"fs-extra": "^8.1.0",
"selenium-webdriver": "^3.6.0",
"soft-assert": "^0.2.3"
},
2019-03-26 18:08:50 +00:00
"scripts": {
2020-10-24 10:39:33 +00:00
"build": "node build.js",
"tests": "./node_modules/mocha/bin/mocha run_tests.js"
2019-03-26 18:08:50 +00:00
},
"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"
}