botium-core
Version:
The Selenium for Chatbots
18 lines (17 loc) • 479 B
JSON
{
"name": "asserterHookExample",
"version": "1.0.0",
"description": "Example of implementation and usage of botium asserters",
"main": "botiumFluent.js",
"scripts": {
"start": "node botiumFluent.js",
"start:dev": "DEBUG=* node botiumFluent.js"
},
"repository": "https://github.com/codeforequity-at/botium-core",
"author": "Stefan Sevelda",
"license": "MIT",
"dependencies": {
"botium-connector-watson": "latest",
"botium-core": "latest"
}
}