{
  "name": "sbp-synthetic-stream",
  "version": "1.5.0",
  "description": "Construct synthetic SBP position solution streams. Plays the stream(s) over a readable stream or HTTP.",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/swift-nav/sbp-synthetic-stream"
  },
  "bin": {
    "sbp-synthetic-stream": "./lib/cli.js"
  },
  "scripts": {
    "test": "mocha -R spec",
    "build": "babel src -d lib"
  },
  "keywords": [
    "binary",
    "sbp",
    "stream",
    "synthetic"
  ],
  "author": "Joshua Gross <joshua.gross@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "commander": "^2.9.0",
    "ecef-projector": "^1.0.0",
    "gpstime": "^1.0.1",
    "libsbp": "^1.1.1",
    "parse-duration": "^0.1.1"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.13.2"
  },
  "devEngines": {
    "node": "6.4.0"
  }
}
