UNPKG

2.88 kBJSONView Raw
1{
2 "name": "patternfly",
3 "version": "3.26.2",
4 "author": "Red Hat",
5 "license": "Apache-2.0",
6 "dependencies": {
7 "bootstrap": "~3.3.7",
8 "font-awesome": "^4.7.0",
9 "jquery": "~3.2.1"
10 },
11 "devDependencies": {
12 "autoprefixer": "^6.4.0",
13 "connect-livereload": "~0.5.4",
14 "front-matter": "^2.1.1",
15 "grunt": "~1.0.1",
16 "grunt-cli": "^1.2.0",
17 "grunt-contrib-clean": "^1.1.0",
18 "grunt-contrib-concat": "^1.0.0",
19 "grunt-contrib-connect": "~1.0.2",
20 "grunt-contrib-copy": "^1.0.0",
21 "grunt-contrib-cssmin": "^2.0.0",
22 "grunt-contrib-less": "^1.3.0",
23 "grunt-contrib-uglify": "^2.3.0",
24 "grunt-contrib-watch": "~1.0.0",
25 "grunt-css-count": "^0.3.1",
26 "grunt-eslint": "^19.0.0",
27 "grunt-htmlhint": "^0.9.13",
28 "grunt-jekyll": "^0.4.4",
29 "grunt-karma": "^2.0.0",
30 "grunt-postcss": "^0.8.0",
31 "grunt-run": "^0.6.0",
32 "grunt-stylelint": "^0.7.0",
33 "jasmine-core": "^2.4.1",
34 "jasmine-jquery": "^2.1.1",
35 "js-yaml": "^3.7.0",
36 "karma": "^1.1.0",
37 "karma-chrome-launcher": "^2.0.0",
38 "karma-firefox-launcher": "^1.0.0",
39 "karma-jasmine": "^1.0.2",
40 "karma-phantomjs-launcher": "^1.0.1",
41 "liquid-node": "bleathem/liquid-node#v2.6.1-pf.1",
42 "lodash": "^4.17.4",
43 "matchdep": "~1.0.1",
44 "mz": "^2.6.0",
45 "nsp": "^2.6.1",
46 "patternfly-eng-release": "3.26.2",
47 "pixrem": "^3.0.1",
48 "table": "3.7.9"
49 },
50 "optionalDependencies": {
51 "bootstrap-datepicker": "~1.6.4",
52 "bootstrap-select": "^1.12.2",
53 "bootstrap-switch": "~3.3.4",
54 "bootstrap-touchspin": "~3.1.1",
55 "c3": "~0.4.11",
56 "d3": "~3.5.17",
57 "datatables.net": "^1.10.15",
58 "datatables.net-colreorder": "~1.3.2",
59 "datatables.net-colreorder-bs": "~1.3.2",
60 "datatables.net-select": "~1.2.0",
61 "drmonty-datatables-colvis": "~1.1.2",
62 "eonasdan-bootstrap-datetimepicker": "^4.17.47",
63 "google-code-prettify": "~1.0.5",
64 "jquery-match-height": "^0.7.2",
65 "moment": "~2.14.1",
66 "moment-timezone": "^0.4.1",
67 "patternfly-bootstrap-combobox": "~1.1.7",
68 "patternfly-bootstrap-treeview": "~2.1.0"
69 },
70 "scripts": {
71 "test": "grunt karma",
72 "build": "grunt build",
73 "jekyll": "ruby --version || echo \"Ruby required\"; bundler -v || gem install bundler; bundle check || bundle install; set -e",
74 "start": "npm run build; grunt server & open http://localhost:9000",
75 "grunt": "grunt"
76 },
77 "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.",
78 "repository": {
79 "type": "git",
80 "url": "https://github.com/patternfly/patternfly.git"
81 },
82 "bugs": {
83 "url": "https://github.com/patternfly/patternfly/issues"
84 },
85 "homepage": "https://github.com/patternfly/patternfly"
86}