oauth-2.0
Version:
OAuth 2.0 Request Authorizer
21 lines • 405 B
JSON
{
"name": "oauth-2.0",
"version": "0.0.1",
"description": "OAuth 2.0 Request Authorizer",
"scripts": {
"test": "mocha",
"start": "clear && node index"
},
"repository": "https://github.com/joeddo/oauth-2.0.git",
"keywords": [
"OAuth",
"1.0a",
"OAuth1.0a"
],
"author": "Ddo",
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.0",
"chai": "~1.8.1"
}
}