{
  "name": "kmz-geojson",
  "version": "0.1.0",
  "description": "Convert KMZ to GeoJSON",
  "main": "index.js",
  "scripts": {
    "test": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sntran/kmz-geojson"
  },
  "keywords": [
    "kmz",
    "geojson"
  ],
  "author": "Son Tran-Nguyen <son@sntran.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sntran/kmz-geojson/issues"
  },
  "homepage": "https://github.com/sntran/kmz-geojson",
  "dependencies": {
    "request": "^2.58.0",
    "togeojson": "^0.12.1",
    "unzip2": "^0.2.5",
    "xmldom": "^0.1.19"
  }
}
