flinfo/dc-App/package.json
2025-03-01 10:26:49 +08:00

24 lines
583 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "kuya-amap-walking",
"displayName": "高德地图APP端JSAPI步行路径导航组件",
"version": "1.0.1",
"description": "基于高德地图JSAPI制作的APP端步行路径导航组件只需提供起止坐标自动生成路径",
"keywords": [
"高德地图",
"amap",
"步行路径",
"renderjs",
"vue2"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"image-tools": "^1.4.0",
"uuid": "^11.0.3"
}
}