33 lines
950 B
JSON
33 lines
950 B
JSON
{
|
|
"name": "passport-oauth2-client-password",
|
|
"version": "0.1.2",
|
|
"description": "OAuth 2.0 client password authentication strategy for Passport.",
|
|
"keywords": ["passport", "oauth", "oauth2", "authn", "authentication", "authz", "authorization", "api"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jaredhanson/passport-oauth2-client-password.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/jaredhanson/passport-oauth2-client-password/issues"
|
|
},
|
|
"author": {
|
|
"name": "Jared Hanson",
|
|
"email": "jaredhanson@gmail.com",
|
|
"url": "http://www.jaredhanson.net/"
|
|
},
|
|
"licenses": [ {
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/MIT"
|
|
} ],
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.7.x"
|
|
},
|
|
"scripts": {
|
|
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
|
|
},
|
|
"engines": { "node": ">= 0.4.0" }
|
|
}
|