forked from NBTSolutions/Leaflet.Dialog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 759 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 759 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
40
41
42
43
44
{
"name": "leaflet-dialog",
"description": "Resizable, movable dialog window for Leaflet",
"version": "1.0.2",
"main": [
"Leaflet.Dialog.js",
"Leaflet.Dialog.css"
],
"ignore": [
"**/.*",
"src",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
],
"keywords": [
"javascript",
"leaflet",
"dialog",
"ui",
"popup",
"modal",
"window"
],
"authors": [
{
"name": "Nate Marquardt"
}
],
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/NBTSolutions/Leaflet.Dialog.git"
},
"dependencies": {
"leaflet-dist": "0.7.x",
"fontawesome": "~4.5.0"
},
"devDependencies": {
"leaflet": "~0.7.0",
"jshint": "~2.3.0"
}
}