forked from patternfly/patternfly-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "patternfly-org",
"version": "3.53.0",
"author": "Red Hat",
"scripts": {
"publish": "ghpages",
"publish-travis": "ghpages -t -r '[email protected]:patternfly/patternfly.github.io.git' -b master _site",
"grunt": "grunt",
"docker:build": "docker build -t patternfly/patternfly-org .",
"docker:run": "docker run -it -p 9002:9002 -p35731:35731 -v ${PWD}/source:/home/patternfly/patternfly-org/source patternfly/patternfly-org"
},
"license": "Apache-2.0",
"devDependencies": {
"connect": "^3.5.0",
"connect-livereload": "~0.3.0",
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-css-count": "^0.3.0",
"grunt-http": "^2.2.0",
"grunt-jekyll": "^0.4.2",
"grunt-jslint": "^1.1.14",
"grunt-sync": "^0.6.2",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"matchdep": "~0.3.0",
"open": "0.0.5",
"patternfly-eng-publish": "0.1.0-alpha.19",
"patternfly-eng-release": "^3.26.50",
"serve-static": "^1.11.2"
},
"description": "Documentation, etc. for PatternFly",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-org.git"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly-org/issues"
},
"homepage": "https://github.com/patternfly/patternfly-org",
"dependencies": {
"angular-patternfly": "^3.19.0",
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"bootstrap-combobox": "^1.0.2",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-select": "1.12.2",
"clipboard": "^1.6.0",
"datatables": "^1.10.13",
"font-awesome": "^4.7.0",
"google-code-prettify": "^1.0.5",
"jquery-match-height": "^0.7.0",
"jquery.scrollto": "^2.1.2",
"patternfly": "3.52.3",
"patternfly-bootstrap-combobox": "^1.1.7",
"patternfly-bootstrap-treeview": "^2.1.1",
"wowjs": "^1.1.3"
},
"patternfly": {
"publish": {
"siteFolder": "_site"
}
}
}