2019-03-26 18:08:50 +00:00
|
|
|
{
|
|
|
|
|
"name": "KeePassXC-Browser",
|
2019-03-28 11:27:44 +00:00
|
|
|
"version": "1.3.3",
|
2019-03-26 18:08:50 +00:00
|
|
|
"description": "KeePassXC-Browser",
|
|
|
|
|
"main": "build.js",
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"fs-extra": "^7.0.1",
|
|
|
|
|
"zip-a-folder": "0.0.7"
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|