-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
executable file
·42 lines (42 loc) · 1.16 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
{
"name": "leaflet.elevation",
"version": "0.0.4-d3v4",
"description": "A Leaflet plugin to view GeoJSON- and GPX height profiles",
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-uglify": "~0.3",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-cssmin": "~0.8",
"grunt-contrib-jasmine": "~0.9",
"grunt-contrib-connect": "~0.7",
"grunt-contrib-jshint": "~0.8",
"grunt-contrib-less": "~0.9",
"grunt-svg2png": "~0.2",
"jasmine": "~2.4",
"jasmine-core": "~2.4"
},
"browserDependencies": {
"leaflet": "~1.2",
"d3": "~4"
},
"repository": {
"type": "git",
"url": "https://github.com/MrMufflon/Leaflet.Elevation.git"
},
"keywords": [
"gis",
"heightprofile",
"elevation",
"leaflet",
"map",
"sdi"
],
"author": "Felix Bache",
"readmeFilename": "README.md",
"homepage": "http://mrmufflon.github.io/Leaflet.Elevation/",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrMufflon/Leaflet.Elevation/issues"
}
}