{
  "name": "gpstime",
  "version": "1.0.3",
  "description": "Some GPS time-related utilities.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha -R spec",
    "cover": "istanbul cover node_modules/.bin/_mocha -- -R spec",
    "build": "babel src -d lib"
  },
  "bin": {
    "current-gps-wn-tow": "lib/cli.js",
    "utc-to-wn-tow": "lib/cli.js",
    "gps-to-wn-tow": "lib/cli.js",
    "wn-tow-to-utc": "lib/cli.js",
    "wn-tow-to-gps": "lib/cli.js",
    "utc-to-gps": "lib/cli.js",
    "gps-to-utc": "lib/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/swift-nav/gpstime.git"
  },
  "keywords": [
    "gps",
    "time",
    "utc",
    "tow",
    "week",
    "number",
    "wn",
    "gnss"
  ],
  "author": "Joshua Gross <joshua.gross@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swift-nav/gpstime/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-es2015": "^6.14.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0"
  },
  "homepage": "https://github.com/swift-nav/gpstime#readme"
}
