summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/VNF_Catalogue/migration/package.json
blob: 65ff324837c9a4e544cd8b81e0b0880a36577389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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": "*"
  }
}