aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 40cf78593fc78890048818e6546e3415e41beeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "DCAE-Orch-Deployment-Handler",
  "version": "4.1.4",
  "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",
    "uuid": "^3.0.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "author",
  "license": "(Apache-2.0)"
}