oktaopp
Version:
Simple service which accepts SCIM events from Okta
27 lines (26 loc) • 636 B
JSON
{
"name": "oktaopp",
"version": "1.0.0",
"description": "Simple service which accepts SCIM events from Okta",
"main": "index.js",
"scripts": {
"run": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://oktadeveloper@github.com/oktadeveloper/oktaopp.git"
},
"keywords": [
"okta",
"opp",
"onpremise",
"provisioning"
],
"author": "Patrick McDowell <patrickmcdowell@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/oktadeveloper/oktaopp/issues"
},
"homepage": "https://github.com/oktadeveloper/oktaopp#readme"
}