forked from Igor-Vladyka/leaflet.motion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 723 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 723 Bytes
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
{
"name": "leaflet.motion",
"version": "0.3.2",
"keywords": [
"leaflet.js",
"browser",
"move",
"motion",
"animation",
"line animation"
],
"description": "Animation plugin for Leaflet.js",
"homepage": "https://github.com/Igor-Vladyka/leaflet.motion#readme",
"bugs": "https://github.com/Igor-Vladyka/leaflet.motion/issues",
"repository": {
"url": "git+https://github.com/Igor-Vladyka/leaflet.motion",
"type": "git"
},
"author": "Igor Vladyka <igor.vladyka@gmail.com> (https://github.com/Igor-Vladyka/)",
"license": "MIT (http://www.opensource.org/licenses/mit-license.php)",
"devDependencies": {
"webpack": "^5",
"webpack-cli": "^4"
},
"dependencies": {}
}