UNPKG

ws-user

Version:

User authentication and authorization for WebSocket applications.

60 lines (59 loc) 1.36 kB
{ "name": "ws-user", "description": "User authentication and authorization for WebSocket applications.", "version": "1.0.0-rc.3", "license": "MIT", "keywords": [ "conextra", "ws", "user", "authentication", "authorization", "application", "login", "logout", "register", "password", "email", "link", "token", "session", "cookie" ], "author": "Manuel Lõhmus", "browser": "browser.js", "main": "index.js", "exports": { ".": { "browser": "./browser.js", "import": "./wrapper.mjs", "require": "./index.js" }, "./package.json": "./package.json" }, "files": [ "browser.js", "index.js", "LICENSE", "package.json", "README.md", "README.html", "wrapper.mjs" ], "scripts": { "test": "echo \"No test specified\"" }, "dependencies": { "config-sets": "^3.0.0-rc.1", "data-context": "^2.0.0-rc.1", "nodemailer": "^7.0.3", "ws13": "^1.0.9" }, "homepage": "https://github.com/manuel-lohmus/ws-user#readme", "bugs": "https://github.com/manuel-lohmus/ws-user/issues", "repository": { "type": "git", "url": "git+https://github.com/manuel-lohmus/ws-user.git" }, "funding": "https://manuel-lohmus.github.io/ws-user/README.html#license" }