2015-06-08 22:49:53 +00:00
|
|
|
{
|
|
|
|
"name": "persistent_selenium",
|
2016-03-11 16:30:43 +00:00
|
|
|
"version": "0.1.0",
|
2015-06-08 22:49:53 +00:00
|
|
|
"description": "Keep your Selenium browser windows open while running tests in development.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2016-03-11 16:30:43 +00:00
|
|
|
"keywords": [
|
|
|
|
"selenium",
|
|
|
|
"persistent"
|
|
|
|
],
|
2015-06-08 22:49:53 +00:00
|
|
|
"author": "John Bintz <me@johnbintz.com> (http://johnbintz.com/)",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.12.4",
|
|
|
|
"express-http-proxy": "^0.6.0",
|
2016-03-31 18:36:51 +00:00
|
|
|
"minimist": "^1.2.0",
|
2015-06-08 22:49:53 +00:00
|
|
|
"request": "^2.57.0",
|
|
|
|
"selenium-standalone": "^4.4.2"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/johnbintz/node-persistent_selenium",
|
|
|
|
"bin": {
|
2015-06-08 22:57:43 +00:00
|
|
|
"persistent_selenium": "./bin/persistent_selenium"
|
2015-06-08 22:49:53 +00:00
|
|
|
},
|
|
|
|
"repository": "johnbintz/node-persistent_selenium",
|
|
|
|
"preferGlobal": true
|
|
|
|
}
|