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

package.json - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae9c881ab89ffaed10c012e2e68c8915914e934b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
  }
}