grunt-safaridriver
Version:
Controls Safari on OSX using the WebDriver interface via safaridriver without Selenium.
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "grunt-safaridriver",
"description": "Controls Safari on OSX using the WebDriver interface via safaridriver without Selenium.",
"version": "0.0.1",
"homepage": "https://github.com/prantlf/grunt-safaridriver#readme",
"author": {
"name": "Ferdinand Prantl",
"email": "prantlf@gmail.com",
"url": "http://prantl.tk"
},
"repository": {
"type": "git",
"url": "https://github.com/prantlf/grunt-safaridriver.git"
},
"bugs": {
"url": "https://github.com/prantlf/grunt-safaridriver/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/grunt-safaridriver/blob/master/LICENSE"
}
],
"engines": {
"node": ">=10"
},
"files": [
"tasks"
],
"scripts": {
"lint": "grunt standard",
"test": "grunt",
"coverage": "grunt instrument && grunt --coverage"
},
"dependencies": {
"portscanner": "2.2.0",
"tcp-port-used": "1.0.1"
},
"devDependencies": {
"grunt": "1.2.1",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-istanbul": "0.8.0",
"grunt-standard": "3.2.0",
"webdriverio": "6.4.0"
},
"peerDependencies": {
"grunt": ">=1.2.1"
},
"keywords": [
"grunt-task",
"gruntplugin",
"testing",
"browser",
"webdriver",
"safaridriver",
"safari"
]
}