From f2ec39706a7a31017f5d219c44d54d40714d9a27 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:10:25 +0000 Subject: Init dcae.orch-dispatcher Change-Id: I52aa696bd5d1d5ed3bc6e03a3c994dc0b3a71062 Signed-off-by: lj1412 --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json (limited to 'package.json') 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)" +} -- cgit 1.2.3-korg