forked from patternfly/patternfly-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 801 Bytes
/
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
{
"name": "patternfly-org",
"version": "3.9.0",
"author": "Red Hat",
"license": "Apache-2.0",
"devDependencies": {
"connect-livereload": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.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-jekyll": "^0.4.2",
"grunt-jslint": "^1.1.14",
"matchdep": "~0.3.0"
},
"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"
}