summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r--healthcheck-container/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
new file mode 100644
index 0000000..2a08bdd
--- /dev/null
+++ b/healthcheck-container/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "k8s-healthcheck",
+ "description": "DCAE healthcheck server",
+ "version": "1.0.0",
+ "main": "healthcheck.js",
+ "dependencies": {
+ "request": "2.85.0"
+ },
+ "author": "author",
+ "license": "(Apache-2.0)"
+}