forked from patternfly/patternfly-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "patternfly",
"version": "3.11.0",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.7",
"font-awesome": "~4.6.3",
"jquery": "~2.1.4"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"connect-livereload": "~0.5.4",
"grunt": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-css-count": "^0.3.1",
"grunt-eslint": "~18.1.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jekyll": "^0.4.4",
"grunt-karma": "^2.0.0",
"grunt-postcss": "^0.8.0",
"grunt-stylelint": "^0.6.0",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"matchdep": "~1.0.1",
"nsp": "^2.6.1",
"pixrem": "^3.0.1",
"table": "3.7.9"
},
"optionalDependencies": {
"bootstrap-datepicker": "~1.6.4",
"bootstrap-select": "~1.10.0",
"bootstrap-switch": "~3.3.2",
"bootstrap-touchspin": "~3.1.1",
"c3": "~0.4.11",
"d3": "~3.5.17",
"datatables": "~1.10.12",
"datatables.net-colreorder": "~1.3.2",
"datatables.net-colreorder-bs": "~1.3.2",
"drmonty-datatables-colvis": "~1.1.2",
"eonasdan-bootstrap-datetimepicker": "~4.15.35",
"google-code-prettify": "~1.0.5",
"jquery-match-height": "~0.7.0",
"moment": "~2.14.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.0.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"description": "This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a \"skinned\" version of Bootstrap with additional components and customizations.",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly.git"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly/issues"
},
"homepage": "https://github.com/patternfly/patternfly"
}