{
  "name": "osm-fetch",
  "version": "0.4.2",
  "description": "Fetch XML for a specific version of an OpenStreetMap feature",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint index.js lib test",
    "test": "nyc tape test/*.test.js",
    "coverage": "nyc --reporter=html tape test/*.test.js && open coverage/index.html"
  },
  "bin": {
    "osm-fetch": "bin/osm-fetch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/osm-fetch.git"
  },
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/osm-fetch/issues"
  },
  "homepage": "https://github.com/mapbox/osm-fetch#readme",
  "devDependencies": {
    "eslint": "^1.10.3",
    "nyc": "^5.3.0",
    "tape": "^4.4.0"
  },
  "dependencies": {
    "minimist": "^1.2.0",
    "queue-async": "1.0.7",
    "request": "^2.67.0",
    "sax": "^1.1.4",
    "xml2js": "^0.4.15"
  }
}
