-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 831 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
{
"name": "UAHGestorActividades",
"version": "0.0.0",
"homepage": "https://github.com/xocasdashdash/pfc",
"authors": [
"Joaquín Fernández Campo <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.*",
"font-awesome": "~4.1.0",
"normalize-css": "~3.0.1",
"bootstrap-datepicker": "~1.3.0",
"holderjs": "~2.3.2",
"jquery-ui": "1.9.*",
"bootstrap-3-timepicker": "~0.2.7",
"jquery.cookie": "https://github.com/carhartl/jquery-cookie.git#~1.4.1",
"bootbox.js": "https://github.com/makeusabrew/bootbox.git#~4.2.0",
"qTip2": "~2.2.0",
"bootstrap-select": "~1.6.1",
"zeroclipboard": "~2.1.6",
"bower-qtip2": "~2.1.1"
}
}