2017-03-14 20:33:11 +00:00
|
|
|
{
|
2017-03-20 19:44:04 +00:00
|
|
|
"name": "oauth3.js",
|
2018-08-03 21:05:30 +00:00
|
|
|
"version": "1.2.4",
|
2017-03-20 19:41:12 +00:00
|
|
|
"description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
|
|
|
|
"main": "oauth3.node.js",
|
2017-03-14 20:33:11 +00:00
|
|
|
"scripts": {
|
2017-03-27 18:21:26 +00:00
|
|
|
"prepare": "gulp",
|
2017-03-20 19:41:12 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2017-03-14 20:33:11 +00:00
|
|
|
},
|
2017-03-20 19:41:12 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-11-10 18:50:09 +00:00
|
|
|
"url": "git@git.oauth3.org:OAuth3/oauth3.js.git"
|
2017-03-20 19:41:12 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"oauth",
|
|
|
|
"oauth2",
|
|
|
|
"oauth3",
|
|
|
|
"oidc",
|
|
|
|
"openid",
|
|
|
|
"connect",
|
|
|
|
"openidconnect",
|
|
|
|
"authn",
|
|
|
|
"authz",
|
|
|
|
"authentication",
|
|
|
|
"authorization",
|
|
|
|
"user",
|
|
|
|
"password",
|
|
|
|
"passphrase",
|
|
|
|
"login",
|
|
|
|
"signin",
|
|
|
|
"log",
|
|
|
|
"sign"
|
|
|
|
],
|
2017-03-21 23:16:40 +00:00
|
|
|
"dependencies": {
|
2018-08-03 21:05:30 +00:00
|
|
|
"@coolaj86/urequest": "^1.3.6",
|
2017-03-29 19:58:12 +00:00
|
|
|
"elliptic": "^6.4.0",
|
2017-11-10 18:50:09 +00:00
|
|
|
"terminal-forms.js": "git+https://git.oauth3.org/OAuth3/terminal-forms.js.git#v1"
|
2017-03-21 23:16:40 +00:00
|
|
|
},
|
2017-03-14 20:33:11 +00:00
|
|
|
"devDependencies": {
|
2018-08-03 01:27:21 +00:00
|
|
|
"browserify": "^14.1.0",
|
2017-03-14 20:33:11 +00:00
|
|
|
"browserify-aes": "^1.0.6",
|
2017-03-17 23:14:47 +00:00
|
|
|
"create-hash": "^1.1.2",
|
2017-03-14 20:33:11 +00:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-cli": "^1.2.2",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-streamify": "^1.0.2",
|
|
|
|
"gulp-uglify": "^2.1.0",
|
2018-08-03 01:27:21 +00:00
|
|
|
"pbkdf2": "^3.0.9",
|
2017-03-14 20:33:11 +00:00
|
|
|
"vinyl-source-stream": "^1.1.0"
|
2017-03-21 20:09:45 +00:00
|
|
|
},
|
2018-08-03 21:05:30 +00:00
|
|
|
"trulyOptionalDependencies": {
|
|
|
|
"bluebird": "^3.5.0"
|
|
|
|
},
|
2017-11-10 18:50:09 +00:00
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
2017-03-20 19:41:12 +00:00
|
|
|
"license": "(MIT OR Apache-2.0)"
|
2017-03-14 20:33:11 +00:00
|
|
|
}
|