{ "name": "oauth3.js", "version": "1.2.2", "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.", "main": "oauth3.node.js", "scripts": { "prepare": "gulp", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.oauth3.org:OAuth3/oauth3.js.git" }, "keywords": [ "oauth", "oauth2", "oauth3", "oidc", "openid", "connect", "openidconnect", "authn", "authz", "authentication", "authorization", "user", "password", "passphrase", "login", "signin", "log", "sign" ], "dependencies": { "bluebird": "^3.5.0", "elliptic": "^6.4.0", "request": "^2.81.0", "terminal-forms.js": "git+https://git.oauth3.org/OAuth3/terminal-forms.js.git#v1" }, "devDependencies": { "browserify-aes": "^1.0.6", "create-hash": "^1.1.2", "pbkdf2": "^3.0.9", "browserify": "^14.1.0", "gulp": "^3.9.1", "gulp-cli": "^1.2.2", "gulp-rename": "^1.2.2", "gulp-streamify": "^1.0.2", "gulp-uglify": "^2.1.0", "vinyl-source-stream": "^1.1.0" }, "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }