This repository has been archived by the owner on May 15, 2019. It is now read-only.
forked from cloudfoundry/stratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.28 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "stratos-ui",
"version": "1.0.2",
"description": "Stratos UI Console",
"main": "index.js",
"scripts": {
"clean": "gulp clean",
"build": "gulp clean:dist && gulp",
"build-backend": "gulp build-backend",
"build-migrator": "gulp build-migrator",
"cf-get-backend-deps": "gulp cf-get-backend-deps",
"cf-build-backend": "gulp cf-build-backend",
"bosh-build-backend": "gulp bosh-build-backend",
"build-cf": "gulp deploy:cf",
"precoverage": "npm run update-webdriver",
"coverage": "npm test && gulp e2e:run && gulp coverage-combine",
"lint": "gulp lint",
"gate-check": "gulp lint && npm test",
"test-backend": "gulp test-backend",
"pree2e": "npm run update-webdriver",
"e2e": "gulp e2e:run",
"pree2e-on-target": "npm run update-webdriver",
"e2e-on-target": "gulp e2e:tests",
"pree2e:nocov": "npm run update-webdriver",
"e2e:nocov": "gulp e2e:nocov",
"preheadless-e2e": "npm run pree2e",
"headless-e2e": "xvfb-run --server-args='-screen 0 1920x1080x24' protractor ./build/protractor.conf.js",
"pretest": "gulp unit:prepare",
"test": "karma start build/karma.conf.js",
"update-webdriver": "webdriver-manager update --gecko false",
"watch": "gulp watch",
"watch:test": "karma start tools/karma.conf.js",
"list-e2e": "node ./test/e2e/list-tests.js ./build/protractor.conf.js"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"bower": "^1.8.0",
"delete": "^0.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat-util": "^0.5.4",
"gulp-file": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-inject-string": "^1.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^3.1.x",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"lodash": "^4.13.1",
"stratos-merge-dirs": "^0.2.1",
"mktemp": "^0.4.0",
"minimatch": "^3.0.2",
"q": "^1.4.1",
"run-sequence": "^1.1.5",
"through": "^2.3.8",
"wiredep": "^3.0.0"
},
"engines": {
"node": "8.x.x"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"eslint": "^4.4.1",
"eslint-plugin-angular": "^3.0.2",
"express": "^4.15.4",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-sourcemaps": "^2.6.1",
"http-proxy": "^1.16.2",
"imagemin": "^5.3.1",
"imagemin-pngquant": "5.0.1",
"istanbul-combine": "^0.3.0",
"jasmine-core": "^2.7.0",
"jasmine-jquery": "^2.1.1",
"jasmine-reporters": "^2.2.1",
"jasmine-spec-reporter": "^4.2.1",
"js-yaml": "^3.10.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-wiredep": "^1.0.3",
"phantomjs-prebuilt": "^2.1.15",
"protractor": "^5.1.2",
"protractor-jasmine2-screenshot-reporter": "^0.4.0",
"request": "^2.81.0",
"shelljs": "^0.7.8",
"toSrc": "^0.1.4"
}
}