{
  "name": "hubiquitus-gateway",
  "description": "Hubiquitus gateway",
  "version": "0.8.6",
  "homepage": "http://www.hubiquitus.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/hubiquitus/hubiquitus-gateway"
  },
  "main": "./index",
  "engines": {
    "node": ">0.10.0"
  },
  "dependencies": {
    "lodash": "4.5.*",
    "hubiquitus-core": "0.8.*",
    "sockjs": "0.3.*",
    "tv4": "1.2.*"
  },
  "devDependencies": {
    "jshint": "2.3.*",
    "sinon": "1.7.*",
    "should": "2.0.*",
    "mocha": "1.13.*"
  },
  "scripts": {
    "test": "mocha -R spec test/*"
  }
}
