26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"name": "nmea",
|
|
"description": "A parser for the NMEA 0183 GPS Receiver protocol",
|
|
"version": "0.1.2",
|
|
"author": "James Penn <james@jamespenn.co.uk>",
|
|
"license": "MIT",
|
|
"main": "nmea",
|
|
"keywords": [
|
|
"gps",
|
|
"nmea"
|
|
],
|
|
"repository": "git://github.com/jamesp/node-nmea",
|
|
"devDependencies": {
|
|
"line-reader": "0.2",
|
|
"mocha": "^8.1.1",
|
|
"should": "~2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"JSONStream": "0.7",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|