genesys-statistics-client-js
Version:
Statistics Service API
37 lines (36 loc) • 751 B
JSON
{
"name": "genesys-statistics-client-js",
"version": "9.0.83",
"description": "Statistics Service API",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"keywords": [
"http",
"js",
"genesys",
"statistics"
],
"repository": {
"type": "git",
"url": "git://github.com/GenesysPureEngage/statistics-client-js.git"
},
"dependencies": {
"superagent": "^5.3.1",
"superagent-proxy": "^3.0.0",
"cometd": "5.0.1",
"cookiejar": "^2.1.2",
"events": "^1.1.1",
"winston": "2.4.0"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^9.2.0",
"sinon": "1.17.3"
},
"engines": {
"node": ">= 8.0"
}
}