taas-server
Version:
Things-as-a-service for 'hidden servers' (behind firewalls/NATs) and 'mobile clients' using a third-party service
35 lines (34 loc) • 1.08 kB
JSON
{
"name" : "taas-server"
, "version" : "0.4.0"
, "description" : "Things-as-a-service for 'hidden servers' (behind firewalls/NATs) and 'mobile clients' using a third-party service"
, "author" : {
"name" : "Marshall Rose"
, "email" : "mrose17@gmail.com"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/TheThingSystem/taas-server.git"
}
, "bugs" : {
"url" : "https://github.com/TheThingSystem/taas-server/issues"
}
, "keywords" : [ "nat", "cloud", "taas", "rendezvous" ]
, "engines" : {
"node" : ">=0.10"
}
, "dependencies" : {
"MD5" : "1.0.3"
, "bcrypt" : "0.7.7"
, "minimatch" : "0.2.12"
, "mqtt" : "0.3.3"
, "nedis" : "0.1.0"
, "node-uuid" : "1.4.0"
, "portfinder" : "0.2.1"
, "redis" : "0.8.x"
, "speakeasy" : "git://github.com/TheThingSystem/speakeasy.git"
, "winston" : "0.7.x"
, "x509-keygen" : "0.2.2"
}
, "readmeFilename" : "README.md"
}