{ "name": "leaflet-omnivore", "version": "0.0.0", "description": "a geospatial format parser for Leaflet", "main": "index.js", "scripts": { "test": "tap" }, "repository": { "type": "git", "url": "git@github.com:mapbox/leaflet-omnivore.git" }, "keywords": [ "leaflet", "formats", "kml", "csv", "gpx" ], "author": "Tom MacWright", "license": "BSD", "bugs": { "url": "https://github.com/mapbox/leaflet-omnivore/issues" }, "homepage": "https://github.com/mapbox/leaflet-omnivore", "dependencies": { "csv2geojson": "~3.6.1", "togeojson": "~0.5.0", "corslite": "0.0.5", "wellknown": "~0.1.2", "topojson": "~1.4.6" }, "devDependencies": { "browserify": "~3.24.11", "brfs": "0.0.9", "tape": "~2.4.2", "uglify-js": "~2.4.12" } }