@keepsolutions/scimgateway
Version:
Using SCIM protocol as a gateway for user provisioning to other endpoints
63 lines • 1.73 kB
JSON
{
"name": "@keepsolutions/scimgateway",
"version": "0.0.7",
"description": "Using SCIM protocol as a gateway for user provisioning to other endpoints",
"author": "Filipe Ribeiro <fribeiro@keep.pt> (https://www.keep.pt)",
"homepage": "https://www.keep.pt",
"license": "MIT",
"main": "index.js",
"scripts": {
"postinstall": "node lib/postinstall.js",
"start": "NODE_ENV=production node index.js",
"dev": "NODE_ENV=development node index.js",
"test": "mocha -R spec ./test"
},
"bin": {
"scimgateway": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/keeps/scimgateway"
},
"keywords": [
"scim",
"gateway",
"proxy",
"azure",
"identity",
"manager",
"provisioning",
"iga",
"mongodb"
],
"engines": {
"node": ">=7.6.0"
},
"dependencies": {
"callsite": "^1.0.0",
"dot-object": "^2.1.4",
"https-proxy-agent": "^5.0.0",
"is-in-subnet": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"ldapjs": "^2.2.4",
"lokijs": "^1.5.11",
"mongo-querystring": "^4.1.1",
"mongodb": "^4.0.1",
"node-machine-id": "1.1.9",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-azure-ad": "^4.3.0",
"scimgateway": "^3.2.8",
"soap": "^0.36.0",
"tedious": "^11.0.7",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"supertest": "^4.0.2"
}
}