taas-client
Version:
Things-as-a-service, client-side.
30 lines (29 loc) • 908 B
JSON
{
"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"
}