diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-07-19 12:05:50 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-07-19 13:30:34 +0300 |
commit | a2c544de543343ad4135f0419f1548ed1cf502cb (patch) | |
tree | a89bfc6b50a322a2411fd4941c3afe1f57474471 /package.json | |
parent | 5c580897a8a46398876dd40ae58758663eed52d9 (diff) |
sdc-pubsub first commit
Committed sdc-pubsub code for the first time to LF repo
Change-Id: I1e26f7fe8b2f1747169e3101e0705d1c89d3f56b
Issue-ID: SDC-1537
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..9bbe3d0 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "sdc-pubsub", + "version": "1.0.15", + "description": "Publish Subscribe library using post message for sdc plugins", + "main": "index.js", + "author": "Idan Amit", + "license": "Apache-2.0", + "scripts": { + "clean": "rimraf dist && rimraf lib", + "build": "webpack --mode development" + }, + "keywords": [ + "sdc", + "pubsub", + "sdc-pubsub", + "onap" + ], + "devDependencies": { + "awesome-typescript-loader": "^3.1.3", + "typescript": "2.7.2", + "webpack": "4.12.0", + "webpack-cli": "^3.1.0", + "rimraf": "^2.6.2" + } +} |