context-service-microservice
Version:
HydraExpress microservice for interfacing with Context Service (using an external Context Service HTTP REST back-end)
34 lines (33 loc) • 938 B
JSON
{
"name": "context-service-microservice",
"version": "0.1.0",
"description": "HydraExpress microservice for interfacing with Context Service (using an external Context Service HTTP REST back-end)",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"context",
"service",
"hydra",
"cisco",
"hydra-express"
],
"author": "Coty Condry <ccondry@cisco.com>",
"license": "ISC",
"dependencies": {
"context-service-rest-client": "^0.1.0",
"dotenv": "^4.0.0",
"hydra-express": "^1.4.19"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ccondry/context-service-microservice.git"
},
"bugs": {
"url": "https://gitlab.com/ccondry/context-service-microservice/issues"
},
"homepage": "https://gitlab.com/ccondry/context-service-microservice#README"
}