citi-hub-session-engine
Version:
Module for authentication methods for CITI hub
24 lines (23 loc) • 478 B
JSON
{
"name": "citi-hub-session-engine",
"version": "1.0.28",
"description": "Module for authentication methods for CITI hub ",
"main": "module.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"citi",
"hub",
"session-engine",
"module"
],
"author": "Edwin Hernandez",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"node-fetch": "2.6.7",
"pg": "^8.11.5",
"winston": "^3.13.0"
}
}