cabbie-sync
Version:
A synchronous webdriver client
35 lines (34 loc) • 747 B
JSON
{
"name": "cabbie-sync",
"description": "A synchronous 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",
"sync-request": "^4.1.0",
"taxi-rank": "^2.1.0",
"thread-sleep": "^2.0.0"
},
"files": [
"lib/"
]
}