38 lines
866 B
JSON
38 lines
866 B
JSON
{
|
|
"name": "pa11y-reporter-junit",
|
|
"version": "1.1.0",
|
|
"description": "A JUnit reporter for Pa11y",
|
|
"keywords": [
|
|
"csv",
|
|
"pa11y",
|
|
"reporter"
|
|
],
|
|
"author": "Maciej Lewkowicz",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/macieklewkowicz/pa11y-reporter-junit.git"
|
|
},
|
|
"homepage": "https://github.com/macieklewkowicz/pa11y-reporter-junit",
|
|
"bugs": "https://github.com/macieklewkowicz/pa11y-reporter-junit/issues",
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.15.1",
|
|
"mocha": "^6.0.2",
|
|
"mockery": "^2.0.0",
|
|
"nyc": "^13.3.0",
|
|
"pa11y-lint-config": "^1.2.0",
|
|
"proclaim": "^3.4.4",
|
|
"sinon": "^3.2.0"
|
|
},
|
|
"main": "./lib/reporter.js",
|
|
"scripts": {
|
|
"test": "make ci"
|
|
},
|
|
"dependencies": {
|
|
"junit-report-builder": "^1.3.2"
|
|
}
|
|
}
|