aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: ec38a727f875172167ff1a4180df5f43c67bc83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "DCAE-Orch-Deployment-Handler",
  "version": "4.2.0",
  "description": "DCAE Orchestrator Deployment Handler",
  "main": "deployment-handler.js",
  "dependencies": {
    "adm-zip": "^0.4.7",
    "body-parser": "^1.15.0",
    "express": "^4.13.4",
    "log4js": "^0.6.33",
    "swagger-ui-express": "latest",
    "uuid": "^3.0.1",
    "yamljs": "latest"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "author",
  "license": "(Apache-2.0)"
}