forked from kartena/Leaflet.zoomslider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 935 Bytes
/
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
{
"name": "leaflet.zoomslider",
"version": "0.7.0",
"author": "Mattias Bengtsson <[email protected]>",
"contributors": [
"Bryan Shelton (https://github.com/bshelton229)",
"Peter Thorin <[email protected]> (https://github.com/pthorin)",
"Per Liedman <[email protected]> (https://github.com/perliedman)",
"Poisbeau Mathieu <[email protected]> (https://github.com/freepius44)",
"Alexis THOMAS (https://github.com/ath0mas)"
],
"description": "A zoom slider widget for Leaflet",
"dependencies": {
"leaflet": "~0.7.1"
},
"devDependencies": {
"mocha": "~1.9.0",
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-karma": "~0.6.2",
"grunt-contrib-jshint": "~0.7.2",
"karma-mocha": "~0.1.1"
},
"main": "src/L.Control.Zoomslider.js",
"repository": {
"type": "git",
"url": "git://github.com/kartena/Leaflet.zoomslider.git"
},
"keywords": ["maps", "leaflet"],
"license": "MIT"
}