mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
48 lines
910 B
JSON
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"
|
|
}
|