aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:10:25 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:10:27 +0000
commitf2ec39706a7a31017f5d219c44d54d40714d9a27 (patch)
tree0442ccf8420a388d264cca3bc4965a0c1035af0d /package.json
parentd53e0cf57fc289259b6c9de5bfad224f23cd2988 (diff)
Init dcae.orch-dispatcher
Change-Id: I52aa696bd5d1d5ed3bc6e03a3c994dc0b3a71062 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4270f13
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "DCAE-Orch-Dispatcher",
+ "version": "2.0.0",
+ "description": "DCAE Orchestrator Dispatcher",
+ "main": "dispatcher.js",
+ "dependencies": {
+ "body-parser": "^1.15.0",
+ "daemon": "^1.1.0",
+ "ejs": "^2.4.1",
+ "express": "^4.13.4",
+ "log4js": "^0.6.33",
+ "node-tar.gz": "^1.0.0",
+ "node-uuid": "^1.4.3",
+ "request": "^2.61.0",
+ "rimraf": "^2.4.2"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "author",
+ "license": "(Apache-2.0)"
+}