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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-23 14:29:06 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-23 14:29:06 +0300
commit39f832d056b3e386d8934ca2e2840abde83f377d (patch)
tree954d0dedc90c2ef29619fa7809bc7f4b852ca459 /package.json
parent883f48f584a8854475807abe82ac035f0f89dff0 (diff)
Merge stable
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json
index ae9c881..ce1ea4e 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,25 @@
{
- "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": {
- "type": "git",
- "url": "https://git.mdns.eu/nextcloud/passwords-client.git"
- },
- "dependencies": {
- "eventemitter3": "^4.0.0",
- "libsodium-wrappers": "^0.7.6",
- "pako": "^1.0.11",
- "url-parse": "^1.4.7",
- "uuidv4": "^4.0.0"
- }
+ "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" : {
+ "type": "git",
+ "url" : "https://git.mdns.eu/nextcloud/passwords-client.git"
+ },
+ "dependencies": {
+ "eventemitter3" : "^4.0.7",
+ "libsodium-wrappers": "^0.7.8",
+ "pako" : "^1.0.11",
+ "url-parse" : "^1.4.7",
+ "uuidv4" : "^4.0.0"
+ }
}