Use two spaces in package.json (#162)

This commit is contained in:
Rowan Manning
2016-11-25 13:25:47 +00:00
committed by GitHub
parent 5bc32fc68e
commit ff4a9fa7b0

View File

@@ -2,14 +2,16 @@
"name": "pa11y-dashboard", "name": "pa11y-dashboard",
"version": "2.1.1", "version": "2.1.1",
"private": true, "private": true,
"description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter", "description": "Pa11y Dashboard is a visual web interface to the Pa11y accessibility reporter",
"keywords": [ "accessibility", "analysis", "report" ], "keywords": [
"accessibility",
"analysis",
"report"
],
"contributors": [ "contributors": [
"Perry Harlock (http://www.phwebs.co.uk/)", "Perry Harlock (http://www.phwebs.co.uk/)",
"Rowan Manning (http://rowanmanning.com/)" "Rowan Manning (http://rowanmanning.com/)"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/pa11y/dashboard.git" "url": "https://github.com/pa11y/dashboard.git"
@@ -17,7 +19,6 @@
"homepage": "https://github.com/pa11y/dashboard", "homepage": "https://github.com/pa11y/dashboard",
"bugs": "https://github.com/pa11y/dashboard/issues", "bugs": "https://github.com/pa11y/dashboard/issues",
"license": "GPL-3.0", "license": "GPL-3.0",
"engines": { "engines": {
"node": ">=4" "node": ">=4"
}, },
@@ -44,7 +45,6 @@
"request": "^2.74", "request": "^2.74",
"uglify-js": "~2.6" "uglify-js": "~2.6"
}, },
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"test": "make ci" "test": "make ci"