Files
node/Nodejs-Socketio-Mysql-Demo/node_modules/wd/package.json
2012-05-25 09:03:56 -04:00

48 lines
910 B
JSON

{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"tags": [
"web",
"automation",
"browser",
"javascript"
],
"version": "0.0.17",
"author": {
"name": "Adam Christian",
"email": "adam.christian@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/admc/wd.git"
},
"bugs": {
"url": "https://github.com/admc/wd/issues"
},
"engines": [
"node"
],
"main": "./lib/main",
"bin": {
"wd": "./lib/bin.js"
},
"directories": {
"lib": "./lib"
},
"devDependencies": {
"nodeunit": "latest",
"should": "latest",
"coffee-script": "latest",
"express": "latest",
"async": "latest"
},
"_id": "wd@0.0.17",
"dependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"_from": "wd"
}