forked from external-repos/pa11y-dashboard
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "pa11y-dashboard",
|
|
"version": "1.0.0-beta.1",
|
|
"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/nature/pa11y-dashboard.git"
|
|
},
|
|
"homepage": "https://github.com/nature/pa11y-dashboard",
|
|
"bugs": "https://github.com/nature/pa11y-dashboard/issues",
|
|
"snifferules": "https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules",
|
|
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "~0.2",
|
|
"express": "~3.4",
|
|
"express-hbs": "~0.2",
|
|
"less-middleware": "~0.1",
|
|
"moment": "~2.2",
|
|
"pa11y-webservice-client-node": "git+ssh://git@github.com:nature/pa11y-webservice-client-node.git#1.0.0-beta.4",
|
|
"underscore": "~1.5"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "~2.1",
|
|
"supervisor": "~0.5"
|
|
},
|
|
|
|
"scripts": {
|
|
"start": "node ."
|
|
}
|
|
} |