-
- Downloads
MIT license
LICENSE
0 → 100644
{ | ||
"name": "passport-saml", | ||
"version": "0.0.1", | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "https://github.com/bergie/passport-saml/raw/master/LICENSE" | ||
}], | ||
"description": "SAML 2.0 authentication strategy for Passport", | ||
"author": { | ||
"name": "Henri Bergius", | ||
"email": "henri.bergius@iki.fi", | ||
"url": "http://bergie.iki.fi" | ||
}, | ||
"contributors" : [ | ||
"Michael Bosworth" | ||
], | ||
"main": "./lib/passport-saml", | ||
"dependencies": { | ||
"passport": "0.1.x", | ||
... | ... |
Please register or sign in to comment