{
  "name": "stoplight",
  "version": "0.0.7",
  "description": "GPX track stats library",
  "main": "lib/stoplight.js",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "test": "mocha --compilers js:babel-register",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andrewhao/stoplight.git"
  },
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 2"
  },
  "keywords": [
    "gpx",
    "stats",
    "gps",
    "coordinates",
    "frp"
  ],
  "author": "Andrew Hao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewhao/stoplight/issues"
  },
  "homepage": "https://github.com/andrewhao/stoplight",
  "dependencies": {
    "bluebird": "3.3.1",
    "gpx-parse": "^0.9.0",
    "node-geo-distance": "^1.2.0",
    "rx": "^4.0.7"
  },
  "devDependencies": {
    "babel-cli": "6.5.1",
    "babel-core": "^6.4.5",
    "babel-loader": "^6.2.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "6.5.2",
    "chai": "3.5.0",
    "mocha": "2.4.5",
    "node-fetch": "^1.3.3",
    "webpack": "^1.12.12"
  }
}
