summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
diff options
context:
space:
mode:
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": "*"
+ }
+}