mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 14:21:13 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "pa11y-dashboard",
|
|
"version": "1.8.2",
|
|
"private": true,
|
|
|
|
"description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",
|
|
"keywords": [ "accessibility", "analysis", "report" ],
|
|
"contributors": [
|
|
"Perry Harlock (http://www.phwebs.co.uk/)",
|
|
"Rowan Manning (http://rowanmanning.com/)"
|
|
],
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/springernature/pa11y-dashboard.git"
|
|
},
|
|
"homepage": "https://github.com/springernature/pa11y-dashboard",
|
|
"bugs": "https://github.com/springernature/pa11y-dashboard/issues",
|
|
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "~0.2",
|
|
"express": "~3.4",
|
|
"express-hbs": "~0.2",
|
|
"moment": "~2.2",
|
|
"pa11y-webservice": "~1.6",
|
|
"pa11y-webservice-client-node": "~1.1",
|
|
"underscore": "~1.5"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "~1.2",
|
|
"grunt": "~0.4",
|
|
"grunt-contrib-jshint": "~0.7",
|
|
"grunt-contrib-less": "~0.8",
|
|
"grunt-contrib-uglify": "~0.2",
|
|
"grunt-contrib-watch": "~0.5",
|
|
"grunt-mocha-test": "~0.7",
|
|
"grunt-nodemon": "~0.1",
|
|
"jsdom": "~0.8",
|
|
"proclaim": "~2.0",
|
|
"request": "~2.27"
|
|
},
|
|
|
|
"scripts": {
|
|
"start": "node ."
|
|
}
|
|
}
|