node-persistent_selenium/package.json

25 lines
754 B
JSON
Raw Permalink Normal View History

2015-06-08 22:49:53 +00:00
{
"name": "persistent_selenium",
2015-07-14 13:55:52 +00:00
"version": "0.0.4",
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"
},
2015-06-08 22:53:30 +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",
"request": "^2.57.0",
"selenium-standalone": "^4.4.2"
},
"homepage": "https://github.com/johnbintz/node-persistent_selenium",
"bin": {
"persistent_selenium": "./bin/persistent_selenium"
2015-06-08 22:49:53 +00:00
},
"repository": "johnbintz/node-persistent_selenium",
"preferGlobal": true
}