forked from ianychoi/openstack-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "OpenStack",
"description": "OpenStack Web Site",
"keywords": [
"OpenStack"
],
"license": "APACHE 2.0",
"homepage": "https://github.com/OpenStackweb/openstack-org",
"authors": [
"Sebastian Marcet <smarcet@gmail.com>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"themes/openstack/bower_assets",
"test",
"tests"
],
"dependencies": {
"jquery": "*",
"jquery-migrate": "1.2.1",
"jquery-ui": "~1.11.4",
"jquery-validate": "~1.14.0",
"bootstrap": "3.3.6",
"fontawesome": "4.5.0",
"bootstrap-tagsinput": "0.7.1",
"bootstrap-datepicker": "~1.4.0",
"pwstrength-bootstrap": "~1.2.7",
"jquery-cookie": "~1.4.1",
"webui-popover": "~1.1.5",
"jqplot-bower": "~1.0.8",
"seiyria-bootstrap-slider": "*",
"chosen": "1.4.2",
"awesome-bootstrap-checkbox": "~0.3.5",
"sweetalert": "~1.1.3",
"animate.css": "3.4.0",
"pure-templates": "*",
"clockpicker": "0.0.7",
"urijs": "1.17.0",
"moment": "2.11.0",
"bootstrap3-typeahead": "~4.0.0",
"typeahead.js": "0.11.1",
"html2canvas": "~0.4.1",
"jspdf": "~1.2.61",
"jspdf-plugins": "jsPDF-plugins#*"
}
}