patternfly
Version:
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.
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "patternfly",
"version": "3.25.0",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
"main": [
"dist/js/patternfly.js",
"dist/css/patternfly.css",
"dist/css/patternfly-additions.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests/unit",
"components",
"Makefile",
"PatternFlyIcons-webfont.json",
"patternfly.spec.in"
],
"dependencies": {
"bootstrap": "~3.3.7",
"bootstrap-datepicker": "~1.6.4",
"bootstrap-select": "~1.12.2",
"bootstrap-switch": "<=3.3.3",
"bootstrap-touchspin": "~3.1.1",
"c3": "~0.4.11",
"d3": "~3.5.17",
"datatables": "~1.10.15",
"datatables-colreorder": "~1.3.2",
"datatables-colvis": "~1.1.2",
"font-awesome": "~4.7.0",
"google-code-prettify": "~1.0.5",
"jquery": "~3.2.1",
"matchHeight": "~0.7.2",
"eonasdan-bootstrap-datetimepicker": "~4.17.47",
"moment": "~2.18.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.1.0"
}
}