summaryrefslogtreecommitdiffstats
path: root/vnfcatalogue/VNF_Catalogue/migration/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfcatalogue/VNF_Catalogue/migration/package.json')
-rw-r--r--vnfcatalogue/VNF_Catalogue/migration/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vnfcatalogue/VNF_Catalogue/migration/package.json b/vnfcatalogue/VNF_Catalogue/migration/package.json
new file mode 100644
index 0000000..65ff324
--- /dev/null
+++ b/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": "*"
+ }
+}