summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-03-29 14:30:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-29 14:30:42 +0000
commit64269605aee34dc885191411ca09da9433e7d51b (patch)
treeeae9da03c16b54b40abf2ed02a3d46c2db239741 /utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
parent04f931b3ee3f3226426e384cc379aeb32f5064d0 (diff)
parentb3e815f76055b4a5743cbcecf79bf2a266a2aa9b (diff)
Merge "Add docker-compose files and requirements"
Diffstat (limited to 'utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json')
-rw-r--r--utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json b/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
new file mode 100644
index 000000000..65ff32483
--- /dev/null
+++ b/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "VNF_Catalogue_migration",
+ "version": "0.0.1",
+ "private": true,
+ "scripts": {
+ "start": "node ./bin/www"
+ },
+ "dependencies": {
+ "bookshelf": "*",
+ "knex": "*",
+ "lodash": "*",
+ "mysql": "^2.13.0",
+ "when": "*"
+ }
+}