oauth3.js/bower.json

44 lines
804 B
JSON
Raw Normal View History

2017-03-20 19:41:12 +00:00
{
2017-03-20 19:44:04 +00:00
"name": "oauth3.js",
2017-03-20 19:41:12 +00:00
"authors": [
"AJ ONeal <aj@daplie.com>"
],
"description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.",
"main": "oauth3.core.js",
"keywords": [
"oauth",
"oauth2",
"oauth3",
"oidc",
"openid",
"connect",
"openidconnect",
"authn",
"authz",
"authentication",
"authorization",
"user",
"password",
"passphrase",
"login",
"signin",
"log",
"sign"
],
"license": "MIT",
"homepage": "https://git.daplie.com/OAuth3/oauth3.js",
"ignore": [
"**/.*",
"browserify",
"prefactor",
"gulpfile.js",
"bump-version.sh",
"oauth3.node.*",
2017-03-20 19:41:12 +00:00
"node_modules",
"bower_components",
"test",
"tests"
2017-03-29 19:58:19 +00:00
],
2017-04-04 22:43:47 +00:00
"version": "1.0.8"
2017-03-20 19:41:12 +00:00
}