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

git.mdns.eu/nextcloud/passwords-client.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.json26
1 files changed, 14 insertions, 12 deletions
diff --git a/package.json b/package.json
index 8020b67..ce1ea4e 100644
--- a/package.json
+++ b/package.json
@@ -1,23 +1,25 @@
{
- "name": "passwords-client",
- "version": "0.0.11",
- "description": "JS client library for the Nextcloud Passwords app",
- "main": "src/main.js",
- "author": "Marius Wieschollek",
- "license": "ISC",
- "keywords": [
+ "name" : "passwords-client",
+ "version" : "0.1.0",
+ "description" : "JS client library for the Nextcloud Passwords app",
+ "main" : "src/main.js",
+ "author" : "Marius Wieschollek",
+ "license" : "ISC",
+ "keywords" : [
"crypto",
"passwords",
"api",
"nextcloud"
],
- "repository": {
+ "repository" : {
"type": "git",
- "url": "https://git.mdns.eu/nextcloud/passwords-client.git"
+ "url" : "https://git.mdns.eu/nextcloud/passwords-client.git"
},
"dependencies": {
- "url-parse": "^1.4.7",
- "eventemitter3": "^3.1.2",
- "libsodium-wrappers": "^0.7.8"
+ "eventemitter3" : "^4.0.7",
+ "libsodium-wrappers": "^0.7.8",
+ "pako" : "^1.0.11",
+ "url-parse" : "^1.4.7",
+ "uuidv4" : "^4.0.0"
}
}