at-driver
Version:
A node utility for driving an Assistive Technology (AT) like a screen reader and getting spoken output.
26 lines (25 loc) • 627 B
JSON
{
"name": "at-driver",
"version": "0.0.1",
"description": "A node utility for driving an Assistive Technology (AT) like a screen reader and getting spoken output.",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bocoup/at-driver.git"
},
"keywords": [
"accessibility",
"testing",
"assistive-technology",
"screen-reader"
],
"author": "Bocoup",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/bocoup/at-driver/issues"
},
"homepage": "https://github.com/bocoup/at-driver#readme"
}