blob: 3c636d8bd78bebfc617ff80aee289b456557a7eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "VNF_Catalogue_migration",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bookshelf": "*",
"knex": "*",
"lodash": "*",
"mysql": "^2.13.0",
"when": "*",
"moment": "*"
}
}
|