-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "leaflet-trackplayer",
"version": "2.0.2",
"description": "A Leaflet trajectory playback plugin that automatically rotates the marker icon based on the actual direction of travel and dynamically adjusts the colors of the traveled and untraveled distances to clearly indicate the current progress. It also supports custom settings such as driving speed, among other features. Detailed documentation can be found below.",
"main": "dist/leaflet-trackplayer.umd.cjs",
"module": "dist/leaflet-trackplayer.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gis",
"leaflet"
],
"repository": {
"type": "git",
"url": "https://github.com/weijun-lab/Leaflet.TrackPlayer.git"
},
"author": "Jun Wei",
"license": "MIT",
"devDependencies": {
"@turf/turf": "^6.5.0",
"leaflet": "^1.9.4",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet-rotatedmarker": "^0.2.0",
"vite": "^5.0.12"
}
}