Add docker-compose files and requirements
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / migration / package.json
1 {
2   "name": "VNF_Catalogue_migration",
3   "version": "0.0.1",
4   "private": true,
5   "scripts": {
6     "start": "node ./bin/www"
7   },
8   "dependencies": {
9     "bookshelf": "*",
10     "knex": "*",
11     "lodash": "*",
12     "mysql": "^2.13.0",
13     "when": "*"
14   }
15 }