UNPKG

zuul

Version:
75 lines (74 loc) 1.77 kB
{ "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" } }