UNPKG

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.

131 lines 4.24 kB
{ "name": "patternfly", "version": "3.37.7", "author": "Red Hat", "license": "Apache-2.0", "dependencies": { "bootstrap": "~3.3.7", "font-awesome": "^4.7.0", "jquery": "~3.2.1" }, "devDependencies": { "@commitlint/cli": "^3.2.0", "autoprefixer": "^6.4.0", "backstopjs": "^3.0.0", "chromy": "^0.5.5", "commitizen": "^2.9.6", "commitlint-config-cz": "^0.5.0", "connect-livereload": "~0.5.4", "cz-conventional-changelog": "^2.0.0", "express": "^4.16.2", "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-lassie": "0.0.1", "grunt-postcss": "^0.8.0", "grunt-run": "^0.6.0", "grunt-sass": "^2.0.0", "grunt-stylelint": "^0.7.0", "html-pdf": "^2.2.0", "husky": "^0.14.3", "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": "bleathem/liquid-node#v2.6.1-pf.1", "lodash": "^4.17.4", "matchdep": "~1.0.1", "mz": "^2.6.0", "npm-check-updates": "^2.12.1", "nsp": "^2.6.1", "open": "0.0.5", "patternfly-eng-release": "^3.26.46", "pixrem": "^3.0.1", "require-all": "^2.2.0", "semantic-release": "^6.3.6", "table": "3.7.9" }, "optionalDependencies": { "bootstrap-datepicker": "^1.7.1", "bootstrap-sass": "^3.3.7", "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", "font-awesome-sass": "^4.7.0", "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" }, "release": { "branch": "master-dist", "debug": false, "verifyConditions": { "path": "./node_modules/semantic-release/src/lib/plugin-noop.js" } }, "scripts": { "test": "grunt karma", "build": "grunt build", "jekyll": "ruby --version || echo \"Ruby required\"; bundler -v || gem install bundler; bundle check || bundle install; set -e", "start": "grunt build serve", "grunt": "grunt", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "semantic-release-post": "semantic-release post", "semantic-release-pre": "semantic-release pre", "commit": "git-cz", "commitmsg": "commitlint -e", "ncu": "ncu --semverLevel minor -p", "regressions": "node ./backstop/test", "approve-conflicts": "node ./backstop/approve", "regressions-init": "node ./backstop/reference", "regressions-fix": "pkill -f '(chrome)?(--headless)'" }, "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", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "files": [ "dist/", "tests/", "npm-shrinkwrap.json" ] }