-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.33 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
{
"name": "devstudio-platform-installer",
"productName": "Red Hat Development Suite Installer",
"version": "1.0.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": "gulp run",
"generate": "gulp generate",
"package-bundle": "gulp package-bundle",
"package-simple": "gulp package-simple",
"dist": "gulp dist",
"test": "gulp test",
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register --recursive test/unit",
"ui-test": "gulp ui-test",
"system-test": "gulp system-test"
},
"dependencies": {
"angular": "1.5.7",
"angular-base64": "2.0.5",
"angular-ui-router": "0.3.1",
"fs-extra": "0.30.0",
"glob": "7.0.5",
"patternfly": "3.6.0",
"replace-in-file": "1.1.1",
"request": "2.73.0",
"rimraf": "2.5.3",
"semver": "5.3.0",
"unzip": "0.1.11"
},
"devDependencies": {
"babel-core": "6.10.4",
"babel-preset-node5": "11.1.0",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"crypto": "0.0.3",
"del": "2.2.1",
"electron-packager": "7.3.0",
"electron-prebuilt": "1.2.7",
"gulp": "3.9.1",
"gulp-angular-protractor": "0.1.1",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-rename": "1.2.2",
"gulp-run": "1.7.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-spawn-mocha": "2.2.2",
"gulp-symlink": "2.1.4",
"gulp-unzip": "0.1.4",
"gulp-zip": "3.2.0",
"istanbul": "^1.1.0-alpha.1",
"jasmine-core": "2.4.1",
"jasmine-reporters": "2.2.0",
"merge-stream": "1.0.0",
"minimatch": "3.0.2",
"mkdirp": "0.5.1",
"mocha": "2.5.3",
"mock-fs": "3.11.0",
"protractor": "4.0.0",
"rcedit": "0.5.1",
"run-sequence": "1.2.2",
"sinon": "1.17.4",
"sinon-as-promised": "4.0.2",
"sinon-chai": "2.8.0",
"tmp": "0.0.28",
"xunit-file": "1.0.0",
"yargs": "4.8.1"
}
}