keepassxc-browser/package.json
2020-02-28 14:33:45 +02:00

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"
}