2023-06-10 22:11:26 +03:00
|
|
|
{
|
|
|
|
"name": "worldmap",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Map of the World",
|
|
|
|
"main": " ",
|
|
|
|
"scripts": {
|
2023-06-12 15:53:04 +03:00
|
|
|
"build": "cimengine-build --projectFolder ./map",
|
|
|
|
"country-fix": "cimengine-country-fix --countryPath"
|
2023-06-10 22:11:26 +03:00
|
|
|
},
|
|
|
|
"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": {
|
2023-08-03 16:35:50 +03:00
|
|
|
"cimengine-build-tools": "^1.4.2"
|
2023-06-10 22:11:26 +03:00
|
|
|
}
|
|
|
|
}
|