{
  "name"           : "taas-client"
, "version"        : "0.5.2"
, "description"    : "Things-as-a-service, client-side."
, "author"         : {
    "name"         : "Marshall Rose"
  , "email"        : "mrose17@gmail.com"
  }
, "repository"     : {
    "type"         : "git"
  , "url"          : "https://github.com/TheThingSystem/node-taas-client.git"
  }
, "bugs"           : {
    "url"          : "https://github.com/TheThingSystem/node-taas-client/issues"
  }
, "keywords"       : [ "nat", "cloud", "taas", "rendezvous" ]
, "main"           : "./taas-client.js"
, "engines"        : {
    "node"         : ">=0.10"
  }
, "dependencies"   : {
    "async"        : "0.2.10"
  , "mdns"         : "2.2.0"
  , "speakeasy"    : "git://github.com/TheThingSystem/speakeasy.git"
  , "underscore"   : "1.5.1"
  , "ws"           : "git://github.com/TheThingSystem/ws.git"
  }
, "readmeFilename" : "README.md"
}
