UNPKG

cce-unified-config-service

Version:

HydraExpress microservice for Cisco Contact Center Enterprise APIs

34 lines (33 loc) 842 B
{ "name": "cce-unified-config-service", "version": "0.4.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-unified-config-service.git" }, "keywords": [ "cce", "ucce", "pcce", "cisco", "agent", "hydra-express" ], "author": "Coty Condry <ccondry@cisco.com>", "license": "UNLICENSED", "bugs": { "url": "https://gitlab.com/ccondry/cce-unified-config-service/issues" }, "homepage": "https://gitlab.com/ccondry/cce-unified-config-service#README", "dependencies": { "cce-unified-config": "^0.5.0", "hydra-express": "^1.4.19", "node-env-file": "^0.1.8" } }