jso-clean
Version:
OAuth 2.0 implementation in Javascript
34 lines (33 loc) • 646 B
JSON
{
"name": "jso",
"main": "jso.js",
"version": "2.0.3",
"homepage": "https://github.com/andreassolberg/jso",
"description": "OAuth 2.0 implementation in Javascript",
"keywords": [
"oauth",
"authentication",
"authorization",
"openid",
"openid",
"connect",
"api",
"rest"
],
"authors": [
"Andreas Åkre Solberg"
],
"license": "Simplified BSD Licence http://opensource.org/licenses/BSD-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"almond": "~0.2.9",
"qunit": "~1.16.0"
},
"dependencies": {}
}