UNPKG

1.09 kBJSONView Raw
1{
2 "name": "patternfly",
3 "version": "3.28.3",
4 "authors": "Red Hat",
5 "license": "Apache-2.0",
6 "homepage": "https://www.patternfly.org",
7 "main": [
8 "dist/js/patternfly.js",
9 "dist/css/patternfly.css",
10 "dist/css/patternfly-additions.css"
11 ],
12 "ignore": [
13 "**/.*",
14 "node_modules",
15 "bower_components",
16 "tests/unit",
17 "components",
18 "Makefile",
19 "PatternFlyIcons-webfont.json",
20 "patternfly.spec.in"
21 ],
22 "dependencies": {
23 "bootstrap": "~3.3.7",
24 "bootstrap-datepicker": "~1.6.4",
25 "bootstrap-select": "~1.12.2",
26 "bootstrap-switch": "<=3.3.3",
27 "bootstrap-touchspin": "~3.1.1",
28 "c3": "~0.4.11",
29 "d3": "~3.5.17",
30 "datatables": "~1.10.15",
31 "datatables-colreorder": "~1.3.2",
32 "datatables-colvis": "~1.1.2",
33 "font-awesome": "~4.7.0",
34 "google-code-prettify": "~1.0.5",
35 "jquery": "~3.2.1",
36 "matchHeight": "~0.7.2",
37 "eonasdan-bootstrap-datetimepicker": "~4.17.47",
38 "moment": "~2.18.1",
39 "patternfly-bootstrap-combobox": "~1.1.7",
40 "patternfly-bootstrap-treeview": "~2.1.0"
41 }
42}