UNPKG

cabbie-async

Version:
34 lines (33 loc) 720 B
{ "name": "cabbie-async", "description": "An asynchronous webdriver client", "version": "0.12.1", "main": "./lib/index.js", "types": "./lib/index.d.ts", "keywords": [ "cabbie", "webdriver" ], "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/cabbie.git" }, "author": "ForbesLindesay", "license": "MIT", "dependencies": { "@types/node": "^10.1.2", "available-browsers": "^1.0.3", "babel-runtime": "^6.20.0", "chalk": "^1.1.3", "cross-spawn": "^5.0.1", "depd": "^1.1.0", "dotenv": "^4.0.0", "flow-runtime": "0.6.0", "ms": "^0.7.2", "taxi-rank": "^2.1.0", "then-request": "^2.0.1" }, "files": [ "lib/" ] }