ggserver
Version:
GeoGate is an opensource GPS tracking server framework
42 lines (41 loc) • 1.05 kB
JSON
{
"name" : "ggserver",
"description" : "GeoGate is an opensource GPS tracking server framework",
"version" : "0.1.20",
"author" : {
"name" : "Fulup Ar Foll",
"email" : "fulup@breizhme.net",
"url" : "http://www.breizhme.net/fulup"
},
"keywords" : [ "GTS", "opengts", "GPS", "tracker", "AIS", "GeoJSON", "nmea", "gpx", "gps103", "tk102", "simulator", "gprmc" ],
"licenses" : {
"type" : "apache20"
},
"bin" : {
"ConfigBySms" : "./bin/ConfigBySms.js"
,"GeoGateServer" : "./bin/GeoGateServer.js"
,"Tracker2Json" : "./bin/Tracker2Json.js"
},
"main" : "ApiExport.js",
"dependencies" :
{"async" : "*"
,"traceback" : "*"
,"jison" : "*"
,"mysql" : "*"
,"mongodb": "~2.0"
,"sgeo" : "*"
,"xml2js" : "*"
,"ws" : "*"
,"ggencoder": "*"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/fulup-bzh/GeoGate.git"
},
"bugs" : {
"url" : "http://github.com/fulup-bzh/GeoGate/issues"
},
"license" : {
"type" : "apache20"
}
}