summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/package.json
diff options
context:
space:
mode:
authorKumar Rishabh <shailrishabh@gmail.com>2017-03-28 01:14:31 +0530
committerKumar Rishabh <shailrishabh@gmail.com>2017-03-28 01:26:20 +0530
commitb3e815f76055b4a5743cbcecf79bf2a266a2aa9b (patch)
tree7d343531252e3eb60dc4d36bd51590f0ee19f59f /utils/test/vnfcatalogue/VNF_Catalogue/package.json
parent2bfc153956db44a47d4c58fa4bc4afc1c3b8a701 (diff)
Add docker-compose files and requirements
This adds docker-compose file to define a multi-container vnf_catalogue service alongwith helper service to migrate the schema. Requires docker-compose installation To run :: docker-compose up The webapp by default would be accessible at ip_address:3000 Change-Id: I32daf7f76fb1d82116545187395cd96535c94541 Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
Diffstat (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/package.json')
-rw-r--r--utils/test/vnfcatalogue/VNF_Catalogue/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/package.json b/utils/test/vnfcatalogue/VNF_Catalogue/package.json
index 414b42425..b7a6c2385 100644
--- a/utils/test/vnfcatalogue/VNF_Catalogue/package.json
+++ b/utils/test/vnfcatalogue/VNF_Catalogue/package.json
@@ -18,6 +18,10 @@
"nodemon": "*",
"async": "*",
"multer": "*",
- "octonode": "*"
+ "octonode": "*",
+ "bookshelf": "*",
+ "knex": "*",
+ "when": "*",
+ "lodash": "*"
}
}