serialgps
Version:
Simple module to handle serial based NMEA GPS devices
26 lines (25 loc) • 525 B
JSON
{
"name": "serialgps",
"version": "0.0.1",
"description": "Simple module to handle serial based NMEA GPS devices",
"main": "./src/serialgps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/omcaree/node-serialgps.git"
},
"dependencies": {
"serialport": "",
"nmea": ""
},
"keywords": [
"GPS",
"NMEA",
"node.js"
],
"author": "Owen McAree",
"license": "BSD",
"readmeFilename": "Readme.md"
}