gpsd-fake
Version:
Fakes a instance of gpsd and gives random data to clients.
38 lines (37 loc) • 787 B
JSON
{
"name": "gpsd-fake",
"version": "1.0.1",
"description": "Fakes a instance of gpsd and gives random data to clients.",
"bin": {
"gpsd-fake": "./bin/gpsd-fake.js"
},
"main": "./main.js",
"keywords": [
"gps",
"gpsd",
"fake",
"test"
],
"url": "https://github.com/loewexy/gpsd-fake",
"licence": "Apache-2.0",
"author": {
"name": "Lukas Metzger",
"email": "developer@lukas-metzger.com",
"url": "https://lukas-metzger.com"
},
"dependencies": {
"victor": "^1.1.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"eslint": "^3.19.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/loewexy/gpsd-fake.git"
},
"license": "Apache-2.0"
}