-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"name": "userDashboard",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git://github.com/eclipse/che.git"
},
"scripts": {
"postinstall": "bower install && cd bower_components/che-dashboard/dashboard && bower install && gulp build"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "~2.9.2",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.1.1",
"del": "~2.0.1",
"eslint-loader": "~1.0.0",
"eslint-plugin-angular": "~0.11.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-autoprefixer": "~3.0.1",
"gulp-debug": "^2.1.2",
"gulp-eslint": "~1.0.0",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-iconfont": "2.0.0",
"gulp-iconfont-css": "0.0.9",
"gulp-inject": "~1.5.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-stylus": "~2.0.6",
"gulp-uglify": "~1.4.0",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"http-proxy-middleware": "~0.8.0",
"karma": "~0.13.9",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "~0.5.2",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.2.1",
"lodash": "~3.10.1",
"main-bower-files": "~2.9.0",
"minimist": "^1.2.0",
"ng-annotate-loader": "0.0.10",
"phantomjs": "^2.1.3",
"proxy-middleware": "^0.15.0",
"uglify-save-license": "~0.4.1",
"webpack": "^1.12.11",
"webpack-stream": "~2.1.0",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=0.10.0"
}
}