genesys-authentication-client-js
Version:
Interface to OAuth Authentication API
33 lines (32 loc) • 772 B
JSON
{
"name": "genesys-authentication-client-js",
"version": "9.0.87",
"description": "Interface to OAuth Authentication API",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"keywords": [
"OAuth",
"js",
"genesys"
],
"repository": {
"type": "git",
"url": "git://github.com/GenesysPureEngage/authentication-client-js.git"
},
"dependencies": {
"cookiejar": "^2.1.2",
"superagent": "^5.3.1",
"superagent-proxy": "^3.0.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^9.2.0",
"sinon": "1.17.3"
},
"engines": {
"node": ">= 8.0"
}
}