UNPKG

1.85 kBJSONView Raw
1{
2 "name": "zuul",
3 "version": "3.10.3",
4 "description": "simple browser testing",
5 "main": "lib/zuul.js",
6 "dependencies": {
7 "JSON2": "0.1.0",
8 "batch": "0.5.0",
9 "browserify": "13.0.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.2",
27 "load-script": "0.0.5",
28 "lodash": "3.10.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.7.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.2.0",
47 "bulk-require": "0.2.1",
48 "mocha": "~1.16.2",
49 "phantomjs-prebuilt": "2.1.4",
50 "tape": "3.5.0",
51 "through2": "0.6.3",
52 "zuul-ngrok": "^4.0.0"
53 },
54 "repository": {
55 "type": "git",
56 "url": "git://github.com/shtylman/zuul.git"
57 },
58 "bin": {
59 "zuul": "./bin/zuul"
60 },
61 "keywords": [
62 "zuul",
63 "testing",
64 "browser",
65 "qunit",
66 "mocha",
67 "saucelabs"
68 ],
69 "author": "Roman Shtylman <shtylman@gmail.com>",
70 "license": "MIT",
71 "scripts": {
72 "test": "DEBUG=zuul* mocha --ui qunit --timeout 0 --bail -- test/index.js"
73 }
74}
\No newline at end of file