36 lines
753 B
JSON
36 lines
753 B
JSON
|
{
|
||
|
"name": "oauth3",
|
||
|
"version": "1.0.0",
|
||
|
"description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
|
||
|
"main": "oauth3.node.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@git.daplie.com:OAuth3/oauth3.js.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"oauth",
|
||
|
"oauth2",
|
||
|
"oauth3",
|
||
|
"oidc",
|
||
|
"openid",
|
||
|
"connect",
|
||
|
"openidconnect",
|
||
|
"authn",
|
||
|
"authz",
|
||
|
"authentication",
|
||
|
"authorization",
|
||
|
"user",
|
||
|
"password",
|
||
|
"passphrase",
|
||
|
"login",
|
||
|
"signin",
|
||
|
"log",
|
||
|
"sign"
|
||
|
],
|
||
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||
|
"license": "(MIT OR Apache-2.0)"
|
||
|
}
|