forked from vogdb/Leaflet.ActiveLayers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 847 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
{
"name": "leaflet.active-layers",
"version": "0.3.0",
"description": "A plugin for the Leaflet library. This plugin adds new L.Control.ActiveLayers with functionality to get currently active layers on the map.",
"repository": {
"type": "git",
"url": "https://github.com/vogdb/ActiveLayers.git"
},
"author": "Sanin Aleksey aka vogdb",
"license": [
{
"type": "MIT",
"url": "https://github.com/vogdb/Leaflet.ActiveLayers/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"leaflet": "~0.7"
},
"devDependencies": {
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-qunit": "~0.2.1",
"grunt": "~0.4.1",
"happen": "~0.1.2"
}
}