keepassxc-browser/package.json
2019-04-10 14:43:50 +03:00

24 lines
603 B
JSON

{
"name": "KeePassXC-Browser",
"version": "1.3.3",
"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"
}