UNPKG

@iotek/gps

Version:
58 lines (57 loc) 1.18 kB
{ "name": "@iotek/gps", "title": "gps.js", "version": "0.10.3", "homepage": "https://www.xarg.org/2016/07/using-gps-with-node-js-and-javascript/", "bugs": "https://github.com/infusion/GPS.js/issues", "description": "A GPS NMEA parser library", "keywords": [ "nmea", "gps", "glonass", "serial", "parser", "distance", "geo", "stream", "location", "rmc", "gga", "gll", "gsa", "vtg", "gva", "hdt" ], "author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)", "main": "gps.js", "types": "gps.d.ts", "private": false, "readmeFilename": "README.md", "directories": { "example": "examples", "test": "tests" }, "license": "MIT OR GPL-2.0", "repository": { "type": "git", "url": "git://github.com/infusion/GPS.js.git" }, "engines": { "node": "*" }, "scripts": { "test": "mocha tests/*.js" }, "devDependencies": { "angles": "^0.2.4", "byline": "^5.0.0", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^7.1.0", "serialport": "^8.0.7", "socket.io": "^2.3.0", "kalman": "0.0.2", "sylvester": "0.0.21" } }