This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
85 lines (85 loc) · 2.2 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
{
"name": "gulp-jasmine-browser",
"version": "4.1.0",
"license": "MIT",
"description": "",
"keywords": [
"gulp",
"gulpplugin",
"jasmine",
"test",
"testing",
"spec"
],
"homepage": "https://github.com/jasmine/gulp-jasmine-browser",
"bugs": "https://github.com/jasmine/gulp-jasmine-browser/issues",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/gulp-jasmine-browser"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.3.13",
"cheerio": "^0.20.0",
"debug": "^2.2.0",
"del": "^2.2.0",
"eslint-plugin-jasmine": "^1.8.1",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-jasmine": "^4.0.0",
"gulp-plumber": "^1.0.0",
"jasmine-async-suite": "^0.0.7",
"merge-stream": "^1.0.0",
"methods": "^1.1.1",
"npm": "^5.0.4",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.16",
"puppeteer": "^1.3.0",
"require-dir": "^0.3.2",
"selenium-standalone": "^6.5.0",
"slimerjs": "^0.906.2",
"supertest": "^3.0.0",
"wait-on": "^2.0.2",
"webdriverio": "^4.12.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.19",
"express": "^4.13.3",
"flat-map": "^1.0.0",
"jasmine-json-stream-reporter": "^0.3.1",
"jasmine-profile-reporter": "^0.0.2",
"jasmine-terminal-reporter": "^1.0.2",
"lodash.once": "^4.0.0",
"mime": "^1.3.4",
"multipipe": "^2.0.1",
"portastic": "^1.0.1",
"qs": "^6.5.1",
"serve-favicon": "^2.3.0",
"sourcemapped-stacktrace": "^1.0.1",
"split2": "^2.1.0",
"thenify": "^3.1.1",
"through2": "^2.0.0",
"through2-reduce": "^1.1.1",
"vinyl": "^1.2.0",
"ws": "^3.3.1"
},
"peerDependencies": {
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"jasmine-core": "^3.1.0",
"plugin-error": "^1.0.1"
},
"scripts": {
"test": "gulp"
}
}