botremote
Version:
A remote keyword server and client for the generic test automation suite Robot Framework.
59 lines (58 loc) • 1.4 kB
JSON
{
"name": "botremote",
"description": "A remote keyword server and client for the generic test automation suite Robot Framework.",
"keywords": [
"robotframework",
"robot framework",
"robot",
"framework",
"remote",
"server",
"client",
"acceptance",
"testing",
"test",
"ATDD"
],
"version": "0.0.5",
"preferGlobal": false,
"homepage": "https://github.com/akwangho/botremote",
"author": {
"name": "Paul Ho",
"email": "akwangho@gmail.com",
"url": "https://github.com/akwangho"
},
"repository": {
"type": "git",
"url": "git://github.com/akwangho/botremote.git"
},
"bugs": {
"url": "https://github.com/akwangho/botremote/issues"
},
"directories": {
"lib": "./lib",
"example": "./example"
},
"main": "./lib/botremote.js",
"dependencies": {
"xmlrpc": ">=1.0.2",
"is-promise": ">=1.0.0"
},
"optionalDependencies": {
"promised-io": ">=0.3.4"
},
"scripts": {
"test": "pybot test"
},
"engines": {
"node": ">=0.6",
"npm": ">=1.0.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/akwangho/botremote/raw/master/LICENSE"
}
],
"optionalDependencies": {}
}