forked from Snck3rs/contao-leaflet-libraries
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"
|
||
|
|
]
|
||
|
|
}
|