-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (37 loc) · 797 Bytes
/
bower.json
File metadata and controls
39 lines (37 loc) · 797 Bytes
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
{
"name": "leaflet.control.orderlayers",
"description": "leaflet.control.orderlayers - An Leaflet Control easily interact with Leaflet layers",
"version": "0.2.0",
"keywords": [
"layers",
"leaflet",
"cli",
"order"
],
"main": [
"dist/css/leaflet.control.orderlayers.css",
"dist/css/leaflet.control.orderlayers.min.css",
"dist/images/arrow-down.png",
"dist/images/arrow-up.png",
"dist/leaflet.control.orderlayers.js",
"dist/leaflet.control.orderlayers.min.js"
],
"dependencies": {
"jquery": ">=2.0.x",
"leaflet": ">=0.7.x"
},
"devDependencies": {
"bootstrap": "3.2.x"
},
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
]
}