{ "name": "persistent_selenium", "version": "0.0.2", "description": "Keep your Selenium browser windows open while running tests in development.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["selenium", "persistent"], "author": "John Bintz (http://johnbintz.com/)", "license": "ISC", "dependencies": { "express": "^4.12.4", "express-http-proxy": "^0.6.0", "request": "^2.57.0", "selenium-standalone": "^4.4.2" }, "homepage": "https://github.com/johnbintz/node-persistent_selenium", "bin": { "persistent_selenium": "./index.js" }, "repository": "johnbintz/node-persistent_selenium", "preferGlobal": true }