{
  "name": "gpx-parse",
  "author": "Elliot Stokes",
  "description": "a GPX parser for Node and client-side JavaScript.",
  "version": "0.10.4",
  "license": "MIT",
  "keywords": [
    "gpx",
    "parser",
    "gps",
    "geo"
  ],
  "dependencies": {
    "xml2js": "^0.4.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elliotstokes/gpx-parse.git"
  },
  "devDependencies": {
    "browserify": "~11.0.1",
    "coveralls": "*",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-jsdoc": "^0.5.4",
    "jscoverage": "*",
    "nodeunit": "*",
    "sandboxed-module": "*",
    "server-destroy": "^1.0.0",
    "st": "^0.5.1"
  },
  "scripts": {
    "test": "node_modules/.bin/nodeunit tests/",
    "integration": "node_modules/.bin/nodeunit tests/integration/",
    "coveralls": "jscoverage lib && GPXPARSE_COV=1 nodeunit --reporter=lcov tests | coveralls",
    "lcov": "jscoverage lib && GPXPARSE_COV=1 nodeunit --reporter=lcov tests",
    "browserify": "node_modules/.bin/grunt browserify"
  }
}
