-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
57 lines (57 loc) · 1.79 KB
/
package.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
49
50
51
52
53
54
55
56
57
{
"name": "rcue",
"version": "3.48.1",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.7",
"font-awesome": "^4.7.0",
"jquery": "~3.2.1",
"patternfly": "3.48.1"
},
"devDependencies": {
"connect-livereload": "~0.5.4",
"grunt": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-css-count": "^0.3.1",
"grunt-jekyll": "^0.4.4",
"grunt-run": "^0.6.0",
"matchdep": "~1.0.1",
"nsp": "^2.6.1",
"patternfly-eng-release": "^3.26.46"
},
"optionalDependencies": {
"bootstrap-datepicker": "^1.7.1",
"bootstrap-select": "^1.12.2",
"bootstrap-slider": "^9.9.0",
"bootstrap-switch": "~3.3.4",
"bootstrap-touchspin": "~3.1.1",
"c3": "~0.4.11",
"d3": "~3.5.17",
"datatables.net": "^1.10.15",
"datatables.net-colreorder": "^1.4.1",
"datatables.net-colreorder-bs": "~1.3.2",
"datatables.net-select": "~1.2.0",
"drmonty-datatables-colvis": "~1.1.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"google-code-prettify": "~1.0.5",
"jquery-match-height": "^0.7.2",
"moment": "^2.19.1",
"moment-timezone": "^0.4.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.1.0"
},
"description": "The [Red Hat Common User Experience (RCUE)](http://rcue-uxd.itos.redhat.com/) project was created to promote design commonality across all of Red Hat’s Enterprise product offerings.",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/rcue.git"
},
"bugs": {
"url": "https://github.com/patternfly/rcue/issues"
},
"homepage": "https://github.com/patternfly/rcue"
}