UNPKG

min-wd

Version:

Minimal WebDriver that pipes stdin to browsers

61 lines (60 loc) 1.47 kB
{ "name": "min-wd", "version": "2.12.0", "description": "Minimal WebDriver that pipes stdin to browsers", "keywords": [ "browserify-plugin", "webdriver", "selenium", "saucelabs", "browserstack" ], "author": "Maximilian Antoni (http://maxantoni.de)", "contributors": [ "Dustin Wyatt <dustin.wyatt@gmail.com>", "az7arul <az7arul@gmail.com>", "Matheus Kautzmann <kautzmann5@gmail.com>", "Moshe Kolodny <kolodny.github@gmail.com>", "Davide Callegari <davide@brokenseal.it>", "Thomas Junghans <thomas.junghans@gmail.com>" ], "homepage": "https://github.com/mantoni/min-webdriver", "main": "./lib/plugin.js", "browser": "./lib/client.js", "bin": { "min-wd": "bin/cmd.js" }, "scripts": { "lint": "eslint .", "test": "mocha", "watch": "mocha --watch", "preversion": "npm test", "version": "changes --commits --footer", "postversion": "git push --follow-tags && npm publish" }, "repository": { "type": "git", "url": "https://github.com/mantoni/min-webdriver.git" }, "dependencies": { "brout": "^1.1.0", "listen": "^1.0.0", "resolve": "^1.8.1", "saucelabs": "^1.5.0", "source-mapper": "^2.0.0", "through2": "^2.0.0" }, "devDependencies": { "@studio/changes": "^1.7.0", "eslint": "^5.0.1", "mocha": "^5.2.0", "sinon": "^6.1.5" }, "files": [ "bin", "lib", "README.md", "LICENSE" ], "license": "MIT" }