UNPKG

1.82 kBJSONView Raw
1{
2 "name": "zuul",
3 "version": "3.7.1",
4 "description": "simple browser testing",
5 "main": "lib/zuul.js",
6 "dependencies": {
7 "JSON2": "0.1.0",
8 "batch": "0.5.0",
9 "browserify": "11.1.0",
10 "browserify-istanbul": "0.1.5",
11 "char-split": "0.2.0",
12 "colors": "0.6.2",
13 "commander": "2.1.0",
14 "compression": "1.5.0",
15 "convert-source-map": "1.0.0",
16 "debug": "2.1.0",
17 "express": "3.4.8",
18 "express-state": "1.0.3",
19 "find-nearest-file": "1.0.0",
20 "firefox-profile": "0.2.7",
21 "globs-to-files": "1.0.0",
22 "hbs": "2.4.0",
23 "highlight.js": "7.5.0",
24 "http-proxy": "1.11.2",
25 "humanize-duration": "2.4.0",
26 "istanbul-middleware": "0.2.1",
27 "load-script": "0.0.5",
28 "lodash": "2.4.1",
29 "opener": "1.4.0",
30 "osenv": "0.0.3",
31 "shallow-copy": "0.0.1",
32 "shell-quote": "1.4.1",
33 "stack-mapper": "0.2.2",
34 "stacktrace-js": "http://github.com/defunctzombie/stacktrace.js/tarball/07e7b9516f1449f5c209e4f67f11a43f738c1712",
35 "superagent": "0.15.7",
36 "tap-finished": "0.0.1",
37 "tap-parser": "0.7.0",
38 "watchify": "3.4.0",
39 "wd": "0.3.11",
40 "xtend": "2.1.2",
41 "yamljs": "0.1.4",
42 "zuul-localtunnel": "1.1.0"
43 },
44 "devDependencies": {
45 "after": "~0.8.1",
46 "browzers": "1.1.0",
47 "bulk-require": "0.2.1",
48 "mocha": "~1.16.2",
49 "phantomjs": "1.9.12",
50 "tape": "3.5.0",
51 "through2": "0.6.3"
52 },
53 "repository": {
54 "type": "git",
55 "url": "git://github.com/shtylman/zuul.git"
56 },
57 "bin": {
58 "zuul": "./bin/zuul"
59 },
60 "keywords": [
61 "zuul",
62 "testing",
63 "browser",
64 "qunit",
65 "mocha",
66 "saucelabs"
67 ],
68 "author": "Roman Shtylman <shtylman@gmail.com>",
69 "license": "MIT",
70 "scripts": {
71 "test": "DEBUG=zuul* mocha --ui qunit --timeout 0 --bail -- test/index.js"
72 }
73}
\No newline at end of file