0.1.0
This commit is contained in:
parent
d05a52f311
commit
3e34842eb2
|
@ -1,12 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "persistent_selenium",
|
"name": "persistent_selenium",
|
||||||
"version": "0.0.4",
|
"version": "0.1.0",
|
||||||
"description": "Keep your Selenium browser windows open while running tests in development.",
|
"description": "Keep your Selenium browser windows open while running tests in development.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords": ["selenium", "persistent"],
|
"keywords": [
|
||||||
|
"selenium",
|
||||||
|
"persistent"
|
||||||
|
],
|
||||||
"author": "John Bintz <me@johnbintz.com> (http://johnbintz.com/)",
|
"author": "John Bintz <me@johnbintz.com> (http://johnbintz.com/)",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue