node-gpsd-client
Version:
A nodejs GPSD client library
24 lines (23 loc) • 579 B
JSON
{
"name": "node-gpsd-client",
"version": "1.4.1",
"description": "A nodejs GPSD client library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/node-gpsd-client.git"
},
"keywords": [
"gpsd"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/node-gpsd-client/issues"
},
"homepage": "https://github.com/ardhi/node-gpsd-client#readme",
"dependencies": {}
}