forked from php-ug/php.ug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 815 Bytes
/
bower.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
{
"name": "php.ug",
"version": "1.0.0",
"homepage": "https://github.com/php_ug/php.ug",
"authors": [
"Andreas Heigl <[email protected]>"
],
"main": "public/index.php",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/public/lib",
"test",
"tests"
],
"dependencies": {
"jquery": "~2",
"bootstrap": "~3",
"fontawesome": "~4",
"leaflet": "~1",
"icomoon": "~0.0.3",
"leaflet-layerjson": "~0.1.5",
"leaflet-search": "~1.5.6",
"overlapping_marker_spiderfier-leaflet": "~0.2.6",
"fullcalendar": "~2.2.5",
"jbox": "~0.3.2",
"html5shiv": "~3.7.2",
"jquery-cookie": "~1.4.1",
"Leaflet.label": "~0.2.1",
"chosen": "~1.4.2"
},
"resolutions": {
"leaflet": "~1"
}
}