warrant
Version:
OAuth2 Provider, framework-agnostic
32 lines (31 loc) • 661 B
JSON
{
"name": "warrant",
"version": "0.0.0",
"description": "OAuth2 Provider, framework-agnostic",
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks"
},
"dependencies": {
"dbug": "^0.2.0"
},
"devDependencies": {
"mocha": "^1.17.1",
"insist": "^0.2.3"
},
"repository": {
"type": "git",
"url": "git://github.com/seanmonstar/warrant"
},
"keywords": [
"oauth2",
"oauth",
"oauth2-provider",
"oauth2-server"
],
"author": "Sean McArthur <sean.monstar@gmail.com> (http://seanmonstar.com)",
"license": "MPLv2.0",
"bugs": {
"url": "https://github.com/seanmonstar/warrant/issues"
}
}