keepassxc-browser/package.json

28 lines
711 B
JSON
Raw Permalink Normal View History

2019-03-26 18:08:50 +00:00
{
"name": "KeePassXC-Browser",
2020-04-27 05:05:55 +00:00
"version": "1.6.3",
2019-03-26 18:08:50 +00:00
"description": "KeePassXC-Browser",
"main": "build.js",
"dependencies": {},
"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",
"fs-extra": "^8.1.0",
"zip-a-folder": "0.0.12"
2019-03-26 18:08:50 +00:00
},
"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"
}