openid
Version:
OpenID 1.1/2.0 library for Node.js
47 lines • 891 B
JSON
{
"name": "openid",
"description": "OpenID 1.1/2.0 library for Node.js",
"keywords": [
"openid",
"auth",
"authentication",
"identity",
"identifier",
"relying",
"party",
"relying party",
"1.1",
"2.0",
"library"
],
"author": {
"name": "Håvard Stranden",
"email": "havard.stranden@gmail.com"
},
"version": "2.0.13",
"repository": {
"type": "git",
"url": "http://github.com/havard/node-openid.git"
},
"bugs": "http://github.com/havard/node-openid/issues",
"license": "MIT",
"directories": {
"lib": "./lib"
},
"main": "./openid.js",
"scripts": {
"test": "jest"
},
"engines": {
"node": ">= 0.6.0"
},
"devDependencies": {
"axios-cookiejar-support": "^5.0.5",
"jest": "^29.7.0",
"tough-cookie": "^5.1.2"
},
"dependencies": {
"axios": "^1.6.0",
"qs": "^6.5.2"
}
}