{ "name": "pa11y-dashboard", "version": "2.4.2", "private": true, "description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter", "keywords": [ "accessibility", "analysis", "report" ], "author": "Team Pa11y", "contributors": [ "Perry Harlock (http://www.phwebs.co.uk/)", "Rowan Manning (http://rowanmanning.com/)" ], "repository": { "type": "git", "url": "https://github.com/pa11y/dashboard.git" }, "homepage": "https://github.com/pa11y/dashboard", "bugs": "https://github.com/pa11y/dashboard/issues", "license": "GPL-3.0", "engines": { "node": ">=8", "npm": ">=6" }, "dependencies": { "body-parser": "~1.19.0", "chalk": "~2.4.2", "compression": "~1.7.4", "express-hbs": "~2.1.2", "express": "~4.17.1", "http-headers": "~3.0.2", "moment": "~2.24.0", "pa11y-webservice-client-node": "~2.0.0", "pa11y-webservice": "~3.0.0", "underscore": "~1.9.1" }, "devDependencies": { "bower": "^1.8.8", "cheerio": "^1.0.0-rc.3", "eslint": "^6.0.1", "less": "^3.9.0", "mocha": "^6.1.4", "pa11y-lint-config": "^1.2.1", "proclaim": "^3.6.0", "request": "^2.88.0", "uglify-js": "^3.6.0" }, "scripts": { "start": "node index.js", "test": "make ci" } }