forked from patternfly/patternfly-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 763 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
{
"name": "PatternFly",
"version": "1.1.2",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
"main": [
"dist/js/patternfly.js",
"dist/css/patternfly.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests",
"package.json",
"Gruntfile.js",
"PatternFlyIcons-webfont.json"
],
"devDependencies": {
"bootstrap": "~3.1.1",
"bootstrap-combobox": "~1.1.6",
"bootstrap-select": "~1.5.4",
"bootstrap-treeview": "~1.0.1",
"datatables": "~1.10.4",
"datatables-colreorder": "~1.1.2",
"datatables-colvis": "~1.1.1",
"font-awesome": "~4.2.0",
"html5shiv": "~3.7.2",
"respond": "~1.4.2"
}
}