forked from dwilhelm89/LeafletSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
27
{
"name": "LeafletSlider",
"author": "Dennis Wilhelm",
"version": "1.0.4",
"description": "The Leaflet Time-Slider enables you to dynamically add and remove Markers on a map by using a JQuery UI slider.",
"license": "MIT",
"main": "dist/leaflet.SliderControl.min.js",
"dependencies": {
"leaflet": "~0.7.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dwilhelm89/LeafletSlider.git"
},
"keywords": [
"map",
"gis",
"leaflet",
"extension",
"slider"
]
}