mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
27 lines
429 B
JSON
27 lines
429 B
JSON
{
|
|
"name": "osmtogeojson",
|
|
"main": "osmtogeojson.js",
|
|
"version": "2.2.12",
|
|
"homepage": "http://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"
|
|
]
|
|
}
|