accessibility-checker
Version:
An automated testing tools for accessibility testing using Puppeteer, Selenium, or Zombie
42 lines (41 loc) • 914 B
JSON
{
"name": "accessibility-checker",
"version": "3.1.43",
"description": "An automated testing tools for accessibility testing using Puppeteer, Selenium, or Zombie",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"a11y",
"accessibility",
"IBMa",
"ci",
"integration",
"continuous"
],
"types": "index.d.ts",
"author": "IBM Accessibility",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.27.2",
"chromedriver": "*",
"deep-diff": "^1.0.2",
"js-yaml": "^4.1.0",
"puppeteer": "^13.0.0",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/IBMa/equal-access.git"
},
"bugs": {
"url": "https://github.com/IBMa/equal-access/issues"
},
"publishConfig": {
"access": "public"
},
"bin": {
"achecker": "./bin/achecker.js"
}
}