-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.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
{
"name": "qunit-harness",
"version": "1.4.0",
"description": "A library for running qunit tests on a local machine and in the SauceLabs environment.",
"homepage": "https://github.com/AlexanderMoskovkin/qunit-harness",
"bugs": "https://github.com/AlexanderMoskovkin/qunit-harness/issues",
"license": "MIT",
"author": {
"name": "Alexander Moskovkin",
"site": "https://github.com/AlexanderMoskovkin"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexanderMoskovkin/qunit-harness.git"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"@belym.a.2105/sauce-tunnel": "3.0.0",
"babel-runtime": "^5.8.20",
"body-parser": "^1.13.3",
"chalk": "^1.1.0",
"express": "^4.13.3",
"hogan-express": "^0.5.2",
"ip": "^2.0.1",
"lodash": "^4.13.1",
"mustache": "^2.1.3",
"pify": "^2.3.0",
"pinkie": "^2.0.1",
"promisify-event": "^1.0.0",
"testcafe-browser-tools": "^1.2.2",
"webdriver": "^7.33.0"
},
"devDependencies": {
"babel-eslint": "^4.0.5",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-eslint": "^1.0.0",
"gulp-webmake": "0.0.4",
"merge-stream": "^0.1.8"
},
"scripts": {
"test": "gulp saucelabs && gulp cli"
},
"main": "./lib/index",
"overrides": {
"graceful-fs": "^4.2.11"
}
}