This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
74 lines (74 loc) · 1.73 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
{
"name": "zuul",
"version": "3.12.0",
"description": "simple browser testing",
"main": "lib/zuul.js",
"dependencies": {
"JSON2": "0.1.0",
"batch": "0.5.0",
"browserify": "13.0.0",
"browserify-istanbul": "0.1.5",
"char-split": "0.2.0",
"colors": "0.6.2",
"commander": "2.1.0",
"compression": "1.5.0",
"convert-source-map": "1.0.0",
"debug": "2.1.0",
"express": "3.4.8",
"express-state": "1.0.3",
"find-nearest-file": "1.0.0",
"firefox-profile": "0.2.7",
"globs-to-files": "1.0.0",
"hbs": "2.4.0",
"highlight.js": "7.5.0",
"http-proxy": "1.11.2",
"humanize-duration": "2.4.0",
"istanbul-middleware": "0.2.2",
"load-script": "0.0.5",
"lodash": "3.10.1",
"opener": "1.4.0",
"osenv": "0.0.3",
"shallow-copy": "0.0.1",
"shell-quote": "1.4.1",
"stack-mapper": "0.2.2",
"stacktrace-js": "1.3.1",
"superagent": "0.15.7",
"tap-finished": "0.0.1",
"tap-parser": "0.7.0",
"watchify": "3.7.0",
"wd": "0.3.11",
"xtend": "2.1.2",
"yamljs": "0.2.8",
"zuul-localtunnel": "1.1.0"
},
"devDependencies": {
"after": "~0.8.1",
"browzers": "1.2.0",
"bulk-require": "0.2.1",
"mocha": "~1.16.2",
"phantomjs-prebuilt": "2.1.13",
"tape": "3.5.0",
"through2": "0.6.3",
"zuul-ngrok": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/defunctzombie/zuul.git"
},
"bin": {
"zuul": "./bin/zuul"
},
"keywords": [
"zuul",
"testing",
"browser",
"qunit",
"mocha",
"saucelabs"
],
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT",
"scripts": {
"test": "DEBUG=zuul* mocha --ui qunit --timeout 0 --bail -- test/index.js"
}
}