mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
27 lines
711 B
JSON
27 lines
711 B
JSON
{
|
|
"name": "KeePassXC-Browser",
|
|
"version": "1.6.0",
|
|
"description": "KeePassXC-Browser",
|
|
"main": "build.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"fs-extra": "^8.1.0",
|
|
"zip-a-folder": "0.0.12"
|
|
},
|
|
"scripts": {
|
|
"build": "node build.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"
|
|
}
|