phantom-wd
Version:
A webdriver wrapper around PhantomJS
31 lines (30 loc) • 613 B
JSON
{
"name": "phantom-wd",
"version": "0.0.3",
"description": "A webdriver wrapper around PhantomJS",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec"
},
"repository": {
"type": "git",
"url": "https://github.com/Stuk/phantom-wd.git"
},
"keywords": [
"webdriver",
"wd",
"phantomjs"
],
"author": "Stuart Knightley <stuart@stuartk.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Stuk/phantom-wd/issues"
},
"dependencies": {
"q": "^1.5.0",
"wd": "^1.2.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}