-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
48 lines (48 loc) · 1.22 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "leaflet-timedimension",
"version": "1.1.1",
"description": "Add time dimension capabilities on a Leaflet map",
"keywords": [
"gis",
"map",
"timedimension",
"leaflet"
],
"homepage": "https://apps.socib.es/Leaflet.TimeDimension/",
"bugs": {
"url": "https://github.com/socib/Leaflet.TimeDimension/issues"
},
"license": "MIT",
"author": {
"name": "Biel Frontera (ICTS SOCIB)",
"email": "[email protected]",
"url": "https://www.socib.es/"
},
"contributors": [
{
"name": "Sylvain Marcadal (Ram)",
"email": "[email protected]",
"url": "https://github.com/ram-one"
}
],
"repository": {
"type": "git",
"url": "git://github.com/socib/Leaflet.TimeDimension.git"
},
"dependencies": {
"iso8601-js-period": "^0.2.1",
"leaflet": "~0.7.4 || ~1"
},
"devDependencies": {
"grunt": "~1",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~1",
"grunt-contrib-cssmin": "~2.2",
"grunt-contrib-jshint": "~1.1",
"grunt-contrib-uglify": "~3.1.0",
"grunt-contrib-watch": "~1",
"grunt-remove-logging": "~0.2.0"
},
"main": "dist/leaflet.timedimension.src.js",
"style": "dist/leaflet.timedimension.control.css"
}