UNPKG

bowow

Version:

A micro browser automation tool

40 lines (39 loc) 862 B
{ "name": "bowow", "version": "0.8.10", "description": "A micro browser automation tool", "main": "index.js", "scripts": { "test": "jest --runInBand --verbose" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/allain/bowow.git" }, "keywords": [ "chromedriver", "based", "web", "automation", "tool" ], "author": "Allain Lalonde <allain.lalonde@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/allain/bowow/issues" }, "homepage": "https://github.com/allain/bowow#readme", "dependencies": { "chromedriver": "^79.0.0", "debug": "^4.1.1", "get-port": "^4.2.0", "jquery": "^3.4.1", "sync-request": "^6.1.0", "tmp": "0.0.33", "wait-for-port": "0.0.2" }, "devDependencies": { "@types/jest": "^25.1.1", "jest": "^24.9.0" } }