ggsimulator
Version:
GEOGATE-Simulator simulate one/many GPS/AIS receiver/transpondeur
36 lines (34 loc) • 1.02 kB
JSON
{
"name" : "ggsimulator",
"description" : "GEOGATE-Simulator simulate one/many GPS/AIS receiver/transpondeur",
"version" : "0.1.9",
"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" ],
"main" : "ApiExport.js",
"home" : "http://www.geotobe.org/geogate",
"dependencies" :
{ "async" : "*"
,"jison" : "*"
,"sgeo" : "*"
,"xml2js" : "*"
,"ggencoder" : "*"
},
"bin":
{ "DevSimulator" : "./bin/DevSimulator.js"
, "HubSimulator" : "./bin/HubSimulator.js"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/fulup-bzh/GeoGate.git"
},
"bugs" : {
"url" : "http://github.com/fulup-bzh/GeoGate/issues"
},
"license" : {
"type" : "apache20"
}
}