oidc-lib
Version:
A library for creating OIDC Service Providers
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "oidc-lib",
"version": "3.0.3",
"description": "A library for creating OIDC Service Providers",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node src/install/postinstall.js"
},
"author": "Kim Cameron and TrybeId",
"license": "MIT",
"dependencies": {
"base-58": "0.0.1",
"base64url": "^3.0.1",
"body-parser": "^1.18.2",
"brfs": "^2.0.0",
"browserify-fs": "^1.0.0",
"chalk": "^2.3.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"documentdb": "^1.14.2",
"express": "^4.16.2",
"express-easy-zip": "^1.1.5",
"express-handlebars": "^3.0.0",
"express-zip": "^3.0.0",
"fs": "0.0.1-security",
"html-to-image": "^0.1.1",
"jpg": "0.0.1",
"minify": "^6.0.1",
"mqtt": "^4.2.6",
"node-cache": "^4.1.1",
"node-fetch": "^2.3.0",
"node-forge": "^0.10.0",
"node-jose": "1.1.4",
"nodemon": "^1.19.4",
"qrcode": "^1.4.4",
"request": "2.88.0",
"semver": "^7.3.4",
"snappyjs": "^0.6.0",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimcameron/oidc-lib.git"
},
"keywords": [
"OIDC",
"SIOP",
"Verifiable",
"Credentials"
],
"bugs": {
"url": "https://github.com/kimcameron/oidc-lib/issues"
},
"homepage": "https://github.com/kimcameron/oidc-lib#readme"
}