{
  "name": "gpstracker-node",
  "version": "1.0.5",
  "description": "A simple multi-client OsmAnd Live GPS Tracker server",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hhromic/gpstracker-node"
  },
  "keywords": [
    "osmand",
    "websocket",
    "gps",
    "tracking",
    "server"
  ],
  "author": "Hugo Hromic",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hhromic/gpstracker-node/issues"
  },
  "homepage": "https://github.com/hhromic/gpstracker-node",
  "dependencies": {
    "argparse": "^1.0.7",
    "cjson": "^0.4.0",
    "express": "^4.13.4",
    "log4js": "^0.6.36",
    "ws": "^1.1.0"
  },
  "optionalDependencies": {
    "bufferutil": "^1.2.1",
    "utf-8-validate": "^1.2.1"
  },
  "bin": {
    "gpstracker": "bin/gpstracker"
  }
}
