webdriverjs
Version:
A nodejs bindings implementation for selenium 2.0/webdriver
24 lines (23 loc) • 433 B
JSON
{
"name": "WebdriverJS Testpage",
"version": "0.0.1",
"homepage": "http://webdriver.io",
"authors": [
"christian-bromann <contact@christian-bromann.com>"
],
"main": "index.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests"
],
"dependencies": {
"jquery-ui": "~1.10.3",
"jquery-hammerjs": "*",
"jquery": "~2.0.3"
}
}