osmtogeojson
Version:
convert OSM to geojson
27 lines (26 loc) • 434 B
JSON
{
"name": "osmtogeojson",
"main": "osmtogeojson.js",
"version": "3.0.0-dev",
"homepage": "https://tyrasd.github.io/osmtogeojson/",
"authors": [
"Martin Raifer"
],
"description": "convert OSM to geojson",
"moduleType": [
"node"
],
"keywords": [
"OSM",
"geoJSON",
"GIS"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}