forked from defunctzombie/zuul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.39 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
{
"name": "zuul",
"version": "1.8.0",
"description": "simple browser testing",
"main": "lib/zuul.js",
"dependencies": {
"browserify": "3.20.0",
"express": "3.4.8",
"commander": "2.1.0",
"yamljs": "0.1.4",
"xtend": "2.1.2",
"debug": "0.7.4",
"bouncy": "3.2.1",
"localtunnel": "1.1.0",
"osenv": "0.0.3",
"hbs": "2.4.0",
"shallow-copy": "0.0.1",
"shell-quote": "1.4.1",
"batch": "0.5.0",
"express-state": "1.0.3",
"wd": "0.2.9",
"colors": "0.6.2",
"superstack": "0.0.4",
"convert-source-map": "0.3.3",
"load-script": "0.0.4",
"through": "2.3.4",
"tape": "2.3.2",
"tap-parser": "0.4.1",
"JSON2": "0.1.0",
"stack-mapper": "0.2.2",
"superagent": "0.15.7",
"stacktrace-js": "defunctzombie/stacktrace.js#07e7b95",
"char-split": "0.2.0",
"highlight.js": "7.5.0",
"firefox-profile": "0.2.7"
},
"devDependencies": {
"mocha": "~1.16.2",
"after": "~0.8.1",
"phantomjs": "1.9.2-6"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/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"
}
}