{ "name": "passwords-client", "version": "0.0.10", "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": "^3.1.2", "libsodium-wrappers": "^0.7.6" } }