forked from fabric8io/fabric8-console
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
{
"name": "fabric8-console",
"version": "1.0.0",
"properties": {
"openshift-jvm-version": "1.0.47"
},
"devDependencies": {
"bower": "^1.3.12",
"del": "^2.2.0",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-chmod": "^1.2.0",
"gulp-concat": "^2.4.2",
"gulp-concat-filenames": "^1.0.0",
"gulp-debug": "^2.0.1",
"gulp-dedupe": "0.0.2",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-foreach": "^0.1.0",
"gulp-gh-pages": "^0.5.1",
"gulp-git": "^1.5.0",
"gulp-gunzip": "0.0.3",
"gulp-header": "1.2.2",
"gulp-less": "3.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^1.1.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-notify": "^2.1.0",
"gulp-regex-replace": "^0.2.3",
"gulp-remote-src": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-rename2": "^0.1.5",
"gulp-replace": "^0.5.4",
"gulp-rev": "^3.0.1",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-tslint": "^1.4.2",
"gulp-typescript": "^2.12.1",
"gulp-uglify": "^1.2.0",
"gulp-untar": "0.0.4",
"gulp-usemin": "^0.3.11",
"gulp-util": "^3.0.7",
"gulp-watch": "^3.0.0",
"hawtio-node-backend": "^2.0.5",
"request": "^2.67.0",
"stringify-object": "^2.2.0",
"through": "^2.3.8",
"through2": "^0.6.3",
"underscore.string": "^2.4.0",
"urijs": "^1.17.0",
"url-join": "0.0.1",
"vinyl-paths": "^2.0.0",
"which": "^1.0.8",
"wiredep": "^2.2.2",
"yargs": "^4.6.0"
},
"dependencies": {}
}