-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
112 lines (112 loc) · 3.49 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
105
106
107
108
109
110
111
112
{
"name": "devstudio-platform-installer",
"productName": "Red Hat Development Suite Installer",
"version": "2.3.0-GA",
"description": "Red Hat Development Suite Installer",
"main": "main/index.js",
"repository": {
"type": "git",
"url": "https://github.com/redhat-developer-tooling/developer-platform-install.git"
},
"author": "Red Hat Developer Tooling Group",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redhat-developer-tooling/developer-platform-install/issues"
},
"homepage": "https://github.com/redhat-developer-tooling/developer-platform-install#readme",
"scripts": {
"start": "./node_modules/.bin/gulp",
"generate": "./node_modules/.bin/gulp generate",
"package-bundle": "./node_modules/.bin/gulp package-bundle",
"package-simple": "./node_modules/.bin/gulp package-simple",
"coverage:publish": "codecov",
"dist": "./node_modules/.bin/gulp dist",
"debug-test": "NODE_PATH=. node_modules/.bin/mocha.cmd --inspect --inspect-brk --compilers=js:babel-core/register --recursive",
"test": "./node_modules/.bin/gulp test",
"ui-test": "./node_modules/.bin/gulp ui-test",
"system-test": "./node_modules/.bin/gulp system-test",
"dist:mac": "./node_modules/.bin/gulp dist",
"eslint": "./node_modules/.bin/eslint browser main test gulp-tasks",
"update-deps": "node_modules/.bin/ncu --upgrade --loglevel verbose --packageFile package.json && npm update"
},
"dependencies": {
"@uirouter/angularjs": "1.0.15",
"angular": "1.6.9",
"angular-base64": "2.0.5",
"angular-messages": "1.6.9",
"del": "3.0.0",
"dependency-graph": "0.7.0",
"fs-extra": "5.0.0",
"glob": "7.1.2",
"globby": "7.1.1",
"hasha": "3.0.0",
"humanize": "0.0.9",
"humanize-duration": "^3.14.0",
"keytar": "4.2.1",
"localStorage": "1.0.3",
"mkdirp": "0.5.1",
"ng-focus-if": "1.0.7",
"npm": "^6.10.1",
"openpgp": "^3.0.3",
"path": "0.12.7",
"patternfly": "^3.42.0",
"pify": "3.0.0",
"proxyquire": "2.0.1",
"replace-in-file": "^3.4.0",
"request": "^2.85.0",
"rimraf": "2.6.2",
"semver": "5.5.0",
"sudo-prompt": "^8.2.0",
"targz": "1.0.1",
"unzip": "0.1.11",
"unzip-stream": "0.3.0",
"xml-escape": "1.1.0",
"yargs": "11.0.0"
},
"devDependencies": {
"angular-mocks": "1.6.9",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"codecov": "^3.5.0",
"electron": "5.0.7",
"electron-builder": "21.1.1",
"electron-packager": "14.0.2",
"electron-rebuild": "1.8.5",
"eslint": "6.1.0",
"gulp": "3.9.1",
"gulp-angular-protractor": "1.1.1",
"gulp-babel": "7.0.1",
"gulp-concat": "2.6.1",
"gulp-copy": "1.1.0",
"gulp-open": "3.0.1",
"gulp-rename": "1.2.2",
"gulp-run": "1.7.1",
"gulp-sourcemaps": "2.6.4",
"gulp-spawn-mocha": "5.0.1",
"gulp-symlink": "2.1.4",
"gulp-unzip": "^1.1.0",
"gulp-zip": "4.1.0",
"istanbul": "1.1.0-alpha.1",
"jasmine-core": "3.1.0",
"jasmine-reporters": "2.3.0",
"jsdom": "11.7.0",
"merge-stream": "1.0.1",
"minimatch": "3.0.4",
"mocha": "5.0.5",
"mock-fs": "4.4.2",
"npm-check-updates": "3.1.20",
"pem": "1.14.2",
"protractor": "5.3.1",
"querystring": "0.2.0",
"rcedit": "1.0.0",
"replace": "0.3.0",
"request-progress": "3.0.0",
"run-sequence": "2.2.1",
"sinon": "4.5.0",
"sinon-chai": "3.0.0",
"tmp": "0.0.33",
"xunit-file": "1.0.0"
}
}