-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 877 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
{
"name": "rcue",
"version": "3.0.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-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-css-count": "^0.3.0",
"grunt-jekyll": "^0.4.2",
"matchdep": "~0.3.0"
},
"description": "The [Red Hat Common User Experience (RCUE)](http://rcue-uxd.itos.redhat.com/) project was created to promote design commonality across all of Red Hat’s Enterprise product offerings.",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/rcue.git"
},
"bugs": {
"url": "https://github.com/patternfly/rcue/issues"
},
"homepage": "https://github.com/patternfly/rcue"
}