axe-reports
Version:
Create human readable reports from the results object created by the aXe analyze function.
27 lines (26 loc) • 549 B
JSON
{
"name": "axe-reports",
"version": "1.1.11",
"description": "Create human readable reports from the results object created by the aXe analyze function.",
"main": "axe-reports.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "louisreedjr",
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "louis-reed"
},
"keywords": [
"accessibility",
"aXe",
"automation",
"testing",
"report",
"tsv",
"csv"
]
}