Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6505eb2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "KeePassXC-Browser",
+ "version": "1.3.2",
+ "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"
+}