web-accessibility-test
Version:
web accessibility testing using axe-core and webdriver.io
53 lines (52 loc) • 942 B
JSON
{
"name": "web-accessibility-test",
"version": "1.0.3",
"description": "web accessibility testing using axe-core and webdriver.io",
"main": "lib/index.js",
"scripts": {
"test": "npm run build && node lib/index.js"
},
"keywords": [
"accessibility",
"accessibility testing",
"web accessibility testing",
"webdriver.io",
"axe",
"axe-core",
"WAI",
"WCAG"
],
"author": {
"name": "Amiya Pattnaik",
"email": "pattnaik_amiya@yahoo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/amiya-pattnaik/web-accessibility-test"
},
"contributors": [
{
"name": "Amiya Pattnaik"
}
],
"dependencies": {
"axe-core": "^3.5.1",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"license": "MIT"
}