forked from andreypopp/zuul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.79 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": "2.1.1",
"description": "simple browser testing",
"main": "lib/zuul.js",
"dependencies": {
"JSON2": "0.1.0",
"batch": "0.5.0",
"bluebird": "^2.9.14",
"bouncy": "3.2.2",
"browserify": "9.0.3",
"browserify-istanbul": "0.1.5",
"char-split": "0.2.0",
"colors": "0.6.2",
"commander": "2.1.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",
"hbs": "2.4.0",
"highlight.js": "7.5.0",
"humanize-duration": "2.4.0",
"istanbul-middleware": "0.2.0",
"load-script": "0.0.5",
"lodash": "2.4.1",
"opener": "1.4.0",
"osenv": "0.0.3",
"shallow-copy": "0.0.1",
"shell-quote": "1.4.1",
"sockjs": "^0.3.15",
"sockjs-client": "^1.0.0-beta.12",
"stack-mapper": "0.2.2",
"stacktrace-js": "http://github.com/defunctzombie/stacktrace.js/tarball/07e7b9516f1449f5c209e4f67f11a43f738c1712",
"superagent": "0.15.7",
"superstack": "0.0.4",
"tap-finished": "0.0.1",
"tap-parser": "0.7.0",
"watchify": "2.3.0",
"wd": "0.3.11",
"ws": "^0.7.1",
"xtend": "2.1.2",
"yamljs": "0.1.4",
"zuul-localtunnel": "1.1.0"
},
"devDependencies": {
"after": "~0.8.1",
"mocha": "~1.16.2",
"phantomjs": "1.9.12",
"through2": "0.6.3",
"tape": "3.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/zuul.git"
},
"bin": {
"zuul": "./bin/zuul"
},
"keywords": [
"zuul",
"testing",
"browser",
"qunit",
"mocha",
"saucelabs"
],
"author": "Roman Shtylman <[email protected]>",
"license": "MIT",
"scripts": {
"test": "DEBUG=zuul* mocha --ui qunit --timeout 0 --bail -- test/index.js"
}
}