forked from fabric8-ui/fabric8-ux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 926 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 926 Bytes
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
{
"name": "fabric8-ux",
"version": "1.0.0",
"description": "OSIO User Experience",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"publish-travis": "master _site",
"refresh": "gulp cleanVendors && gulp",
"bundle": "bundle update",
"reinstall": "rimraf node_modules && npm install && gulp cleanVendors && gulp",
"site": "gulp && npm run bundle && jekyll serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabric8io/fabric8-ux.git"
},
"author": "Adam J. Jolicoeur",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/fabric8io/fabric8-ux/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"del": "^2.2.2",
"rimraf": "2.6.1"
},
"dependencies": {
"bootstrap-sass": "3.3.7",
"font-awesome": "4.7.0",
"jquery": "3.2.1",
"patternfly-sass": "3.23.2"
}
}