waibu-maps
Version:
Maps for Waibu MPA
46 lines (45 loc) • 965 B
JSON
{
"name": "waibu-maps",
"version": "2.5.1",
"description": "Maps for Waibu MPA",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha"
},
"type": "module",
"bajo": {
"type": "plugin",
"alias": "wmaps",
"dependencies": [
"bajo-spatial"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/waibu-maps.git"
},
"keywords": [
"maps",
"waibu",
"web",
"webserver",
"bajo",
"framework",
"fastify",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/waibu-maps/issues"
},
"homepage": "https://github.com/ardhi/waibu-maps#readme",
"dependencies": {
"maplibre-gl": "^5.16.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.3.0",
"jsdoc-plugin-intersection": "^1.0.4"
}
}