mirror of
https://github.com/CIMEngine/WorldMap.git
synced 2024-11-05 21:24:03 +03:00
30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"name": "worldmap",
|
|
"version": "1.0.0",
|
|
"description": "Map of the World",
|
|
"main": " ",
|
|
"scripts": {
|
|
"build": "cimengine-build --projectFolder ./map",
|
|
"country-fix": "cimengine-country-fix --countryPath"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/CIMEngine/worldmap.git"
|
|
},
|
|
"keywords": [
|
|
"map",
|
|
"world",
|
|
"geo",
|
|
"geojson",
|
|
"data"
|
|
],
|
|
"author": "artegoser",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/CIMEngine/worldmap/issues"
|
|
},
|
|
"homepage": "https://github.com/CIMEngine/worldmap#readme",
|
|
"dependencies": {
|
|
"cimengine-build-tools": "^1.4.2"
|
|
}
|
|
}
|