forked from tdamsma/Leaflet.TimeDimension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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.0.4",
"main": "dist/leaflet.timedimension.src.js",
"description": "Add time dimension capabilities on a Leaflet map",
"keywords": [
"gis",
"map",
"timedimension",
"leaflet"
],
"homepage": "http://apps.socib.es/Leaflet.TimeDimension/",
"bugs": {
"url": "https://github.com/socib/Leaflet.TimeDimension/issues"
},
"license": "MIT",
"author": {
"name": "Biel Frontera (ICTS SOCIB)",
"email": "datacenter@socib.es",
"url": "http://www.socib.es/"
},
"contributors":[
{
"name": "Sylvain Marcadal (Ram)",
"email": "sylvain@marcadal.me",
"url": "https://github.com/ram-one"
}
],
"repository": {
"type": "git",
"url": "git://github.com/socib/Leaflet.TimeDimension.git"
},
"dependencies": {
"moment": "^2.11.2",
"leaflet": "~0.7.4 || ~1.0.0",
"jquery": "1.x || 2.x"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-remove-logging": "~0.2.0"
}
}