UNPKG

gps-nmea-reader

Version:

Read parsed NMEA data from GPS modules

32 lines (31 loc) 688 B
{ "name": "gps-nmea-reader", "version": "1.0.8", "description": "Read parsed NMEA data from GPS modules", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/d4n5h/gps.git" }, "keywords": [ "GPS", "NMEA", "parse", "com", "serial" ], "author": "Daniel Shlomo", "license": "MIT", "bugs": { "url": "https://github.com/d4n5h/gps/issues" }, "homepage": "https://github.com/d4n5h/gps#readme", "dependencies": { "nmea": "^0.1.1", "nmea-simple": "^3.2.0", "serialport": "^9.0.2" } }