hubot-genesys-cloud
Version:
Genesys Cloud adapter for Hubot
41 lines (40 loc) • 937 B
JSON
{
"name": "hubot-genesys-cloud",
"version": "0.5.0",
"description": "Genesys Cloud adapter for Hubot",
"keywords": [
"hubot",
"Genesys",
"adapter",
"Genesys Cloud"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:lewgordon/hubot-genesys-cloud.git"
},
"main": "./src/index",
"dependencies": {
"@xmpp/client": "^0.12.0",
"@xmpp/debug": "^0.12.0",
"underscore": "^1.12.1",
"underscore.string": "^3.3.5"
},
"peerDependencies": {
"hubot": ">= 3.0 < 4.0"
},
"bugs": {
"url": "https://github.com/lewgordon/hubot-genesys-cloud/issues"
},
"engines": {
"node": ">=12.x"
},
"homepage": "https://github.com/lewgordon/hubot-genesys-cloud#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lew.gordon@genesys.com",
"license": "ISC"
}