cce-service
Version:
HydraExpress microservice for Cisco Contact Center Enterprise APIs
32 lines (31 loc) • 759 B
JSON
{
"name": "cce-service",
"version": "0.2.0",
"description": "HydraExpress microservice for Cisco Contact Center Enterprise APIs",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ccondry/cce-service.git"
},
"keywords": [
"pcce",
"cisco",
"agent",
"hydra-express"
],
"author": "Coty Condry <ccondry@cisco.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/ccondry/cce-service/issues"
},
"homepage": "https://gitlab.com/ccondry/cce-service#README",
"dependencies": {
"cce-unified-config": "^0.2.1",
"hydra-express": "^1.4.19",
"node-env-file": "^0.1.8"
}
}