mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 23:01:31 +00:00
Flesh out the package.json file
This commit is contained in:
15
package.json
15
package.json
@@ -3,6 +3,20 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"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",
|
||||||
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
@@ -18,6 +32,7 @@
|
|||||||
"jshint": "~2.1",
|
"jshint": "~2.1",
|
||||||
"supervisor": "~0.5"
|
"supervisor": "~0.5"
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ."
|
"start": "node ."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user