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, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index ce1ea4e..0719f98 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" : [
+ "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": {
- "eventemitter3" : "^4.0.7",
+ "eventemitter3": "^4.0.7",
"libsodium-wrappers": "^0.7.8",
- "pako" : "^1.0.11",
- "url-parse" : "^1.4.7",
- "uuidv4" : "^4.0.0"
+ "pako": "^1.0.11",
+ "url-parse": "^1.4.7",
+ "uuidv4": "^4.0.0"
}
}