UNPKG

test-support

Version:

Experimental central test support. Not intended for direct external use.

36 lines (35 loc) 894 B
{ "name": "test-support", "version": "0.4.5", "description": "Experimental central test support. Not intended for direct external use.", "keywords": [], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cujojs/test-support.git" }, "bugs": "https://github.com/cujojs/test-support/issues", "maintainers": [ { "name": "Scott Andrews", "email": "scothis@gmail.com", "web": "http://twitter.com/scothis" } ], "contributors": [], "bin": { "buster": "./bin/proxyCmd", "jshint": "./bin/proxyCmd", "sauceme": "./bin/sauceme" }, "dependencies": { "buster": "https://github.com/scothis/buster/tarball/when-conflict", "jshint": "~2.5", "optimist": "~0.3", "when": "https://github.com/cujojs/when/tarball/3.4.4", "rest": "https://github.com/cujojs/rest/tarball/v1.1.1", "sauce-tunnel": "~2.1", "wd": "~0.1", "json5": "~0.2" } }