forked from socib/Leaflet.TimeDimension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 962 Bytes
/
bower.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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "leaflet-timedimension",
"description": "Add time dimension capabilities on a Leaflet map",
"main": [
"dist/leaflet.timedimension.src.js",
"dist/leaflet.timedimension.control.css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"Gruntfile.js",
"package.json"
],
"keywords": [
"gis",
"map",
"timedimension",
"leaflet"
],
"authors": [
{
"name": "Biel Frontera (ICTS SOCIB)",
"email": "[email protected]",
"homepage": "http://www.socib.es/"
},
{
"name": "Sylvain Marcadal (Ram)",
"email":"[email protected]"
}
],
"homepage": "http://apps.socib.es/Leaflet.TimeDimension/",
"repository": {
"type": "git",
"url": "git://github.com/socib/Leaflet.TimeDimension.git"
},
"dependencies": {
"iso8601-js-period": "*",
"leaflet": "~0.7.4 || ~1.0.0"
}
}