@testcomplete/keyboard
Version:
An interface to perform Keyboard (and some Mouse) actions in an easier way
29 lines (28 loc) • 729 B
JSON
{
"name": "@testcomplete/keyboard",
"version": "0.6.2",
"description": "An interface to perform Keyboard (and some Mouse) actions in an easier way",
"main": "Keyboard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"TestComplete",
"Automation",
"Keyboard",
"Interface"
],
"author": "Nicolas DUPRE",
"license": "ISC",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/neooblaster/-testcomplete-Keyboard.git"
},
"bugs": {
"url": "https://github.com/neooblaster/-testcomplete-Keyboard/issues"
},
"homepage": "https://github.com/neooblaster/-testcomplete-Keyboard#readme"
}