This commit is contained in:
John Bintz 2016-03-11 11:30:43 -05:00
parent d05a52f311
commit 3e34842eb2
1 changed files with 5 additions and 2 deletions

View File

@ -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": {