From 53ec48426ce6285865bb36b5f09a51a8e93d32ee Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Tue, 24 Sep 2013 17:53:02 +0100 Subject: [PATCH] Flesh out the package.json file --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index e8b12bc..84d416b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,20 @@ "version": "0.0.0", "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": { "node": ">=0.10" }, @@ -18,6 +32,7 @@ "jshint": "~2.1", "supervisor": "~0.5" }, + "scripts": { "start": "node ." }