forked from socib/Leaflet.TimeDimension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "leaflet-timedimension",
"version": "0.1.11",
"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": "[email protected]",
"url": "http://www.socib.es/"
},
"repository": {
"type": "git",
"url": "git://github.com/socib/Leaflet.TimeDimension.git"
},
"main": "dist/leaflet.timedimension.src.js",
"style": "dist/leaflet.timedimension.control.css",
"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"
}
}