aboutsummaryrefslogtreecommitdiffstats
path: root/uni/unimgr/package.json
blob: 9c2c9f6ebc56ed7b6951e125169737d79d15ff39 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "unimgr-emulator",
  "version": "0.0.1",
  "description": "recieves and prints unimgr REST calls",
  "author": "steve@sentosatech.com",
  "dependencies": {
      "express"    : "latest",
      "body-parser": "*"
  }
}