macaca-wd
Version:
Macaca webdirver API for Node.js
78 lines (76 loc) • 1.99 kB
JSON
{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"keywords": [
"testing",
"automation",
"webdriver",
"webdriverjs",
"selenium"
],
"version": "0.4.0",
"author": "Adam Christian <adam.christian@gmail.com>",
"contributors": [
"Ruben Daniels (https://github.com/javruben)",
"Peter Braden (https://github.com/peterbraden)",
"Seb Vincent (https://github.com/sebv)",
"Peter 'Pita' Martischka (https://github.com/Pita)",
"Jonathan Lipps (https://github.com/jlipps)",
"Phil Sarin (https://github.com/pdsarin)",
"Mathieu Sabourin (https://github.com/OniOni)",
"Bjorn Tipling (https://github.com/btipling)",
"Santiago Suarez Ordonez (https://github.com/santiycr)",
"Bernard Kobos (https://github.com/bernii)",
"Jason Carr (https://github.com/maudineormsby)",
"Matti Schneider <hi@mattischneider.fr> (https://github.com/MattiSG)"
],
"repository": {
"type": "git",
"url": "https://github.com/admc/wd.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/admc/wd/issues"
},
"engines": [
"node"
],
"main": "./lib/main",
"bin": {
"wd": "./lib/bin.js"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
},
"devDependencies": {
"bdd-with-opts": "~1.0.0",
"chai": "~2.3.0",
"chai-as-promised": "~5.0.0",
"colors": "~1.1.0",
"dox": "~0.8.0",
"express": "~4.12.4",
"gulp": "~3.8.1",
"gulp-jshint": "~1.11.0",
"hbs": "~3.0.1",
"http-proxy": "~1.11.1",
"imageinfo": "~1.0.4",
"istanbul": "~0.3.0",
"jshint": "~2.7.0",
"jshint-stylish": "~2.0.0",
"mocha": "~2.2.5",
"mu2": "~0.5.20",
"nock": "~2.2.0",
"node-uuid": "~1.4.1",
"promise-simple": "~0.1.0",
"run-sequence": "~1.1.0",
"spawn-mocha-parallel": "~1.3.1",
"sv-selenium": "~0.2.5",
"yargs": "~3.9.1"
},
"scripts": {
"test": "gulp test-unit",
"all_tests": "gulp test"
}
}