mirror of
https://github.com/CIMEngine/MapList.git
synced 2024-11-05 20:23:58 +03:00
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"name": "maplist",
|
|
"version": "1.0.0",
|
|
"description": "List of maps build on CIMEngine",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node index"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/CIMEngine/MapList.git"
|
|
},
|
|
"keywords": [
|
|
"list",
|
|
"map",
|
|
"geojson"
|
|
],
|
|
"author": "artegoser",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/CIMEngine/MapList/issues"
|
|
},
|
|
"homepage": "https://github.com/CIMEngine/MapList#readme"
|
|
}
|