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.
87 lines (86 loc) • 2.89 kB
JSON
{
"name": "patternfly",
"version": "3.25.0",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.7",
"font-awesome": "^4.7.0",
"jquery": "~3.2.1"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"connect-livereload": "~0.5.4",
"front-matter": "^2.1.1",
"grunt": "~1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.0",
"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-uglify": "^2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-css-count": "^0.3.1",
"grunt-eslint": "^19.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jekyll": "^0.4.4",
"grunt-karma": "^2.0.0",
"grunt-postcss": "^0.8.0",
"grunt-run": "^0.6.0",
"grunt-stylelint": "^0.7.0",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"js-yaml": "^3.7.0",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"liquid-node": "https://github.com/bleathem/liquid-node.git#v2.6.1-pf.1",
"lodash": "^4.17.4",
"matchdep": "~1.0.1",
"mz": "^2.6.0",
"nsp": "^2.6.1",
"patternfly-eng-release": "~3.25.0",
"pixrem": "^3.0.1",
"table": "3.7.9"
},
"optionalDependencies": {
"bootstrap-datepicker": "~1.6.4",
"bootstrap-select": "^1.12.2",
"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.3.2",
"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.14.1",
"moment-timezone": "^0.4.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.1.0"
},
"scripts": {
"test": "grunt karma",
"build": "grunt build",
"jekyll": "ruby --version || echo \"Ruby required\"; gem install bundler; bundle install; set -e",
"start": "npm run build; grunt server & open http://localhost:9000",
"postinstall": "npm run jekyll"
},
"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"
}