aboutsummaryrefslogtreecommitdiffstats
path: root/uni/unimgr/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uni/unimgr/package.json')
-rw-r--r--uni/unimgr/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/uni/unimgr/package.json b/uni/unimgr/package.json
new file mode 100644
index 0000000..9c2c9f6
--- /dev/null
+++ b/uni/unimgr/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "unimgr-emulator",
+ "version": "0.0.1",
+ "description": "recieves and prints unimgr REST calls",
+ "author": "steve@sentosatech.com",
+ "dependencies": {
+ "express" : "latest",
+ "body-parser": "*"
+ }
+} \ No newline at end of file