UNPKG

node-gps

Version:
46 lines (45 loc) 885 B
{ "name": "node-gps", "version": "0.0.1", "description": "A GPS NMEA parser library", "keywords": [ "nmea", "gps", "serial", "parser", "distance", "geo", "location", "rmc", "gga", "gll", "gsa", "vtg", "gva" ], "main": "index.js", "directories": { "example": "examples" }, "engines": { "node": "*" }, "scripts": { "test": "mocha tests/*.js" }, "devDependencies": { "angles": "*", "byline": "*", "chai": "*", "express": "*", "mocha": "*", "serialport": "*", "socket.io": "*" }, "repository": { "url": "git@github.com:song940/node-gps.git", "type": "git" }, "author": "Lsong <song940@gmail.com>", "license": "MIT" }