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

@@ -1,52 +1,52 @@
{ {
"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": [
"keywords": [ "accessibility", "analysis", "report" ], "accessibility",
"contributors": [ "analysis",
"Perry Harlock (http://www.phwebs.co.uk/)", "report"
"Rowan Manning (http://rowanmanning.com/)" ],
], "contributors": [
"Perry Harlock (http://www.phwebs.co.uk/)",
"repository": { "Rowan Manning (http://rowanmanning.com/)"
"type": "git", ],
"url": "https://github.com/pa11y/dashboard.git" "repository": {
}, "type": "git",
"homepage": "https://github.com/pa11y/dashboard", "url": "https://github.com/pa11y/dashboard.git"
"bugs": "https://github.com/pa11y/dashboard/issues", },
"license": "GPL-3.0", "homepage": "https://github.com/pa11y/dashboard",
"bugs": "https://github.com/pa11y/dashboard/issues",
"engines": { "license": "GPL-3.0",
"node": ">=4" "engines": {
}, "node": ">=4"
"dependencies": { },
"body-parser": "~1.15", "dependencies": {
"chalk": "~1.1", "body-parser": "~1.15",
"compression": "~1.6", "chalk": "~1.1",
"express": "~4.14", "compression": "~1.6",
"express-hbs": "~1.0", "express": "~4.14",
"http-headers": "^3.0.1", "express-hbs": "~1.0",
"moment": "~2.13", "http-headers": "^3.0.1",
"pa11y-webservice": "^2.1.2", "moment": "~2.13",
"pa11y-webservice-client-node": "^1.2.1", "pa11y-webservice": "^2.1.2",
"underscore": "~1.8" "pa11y-webservice-client-node": "^1.2.1",
}, "underscore": "~1.8"
"devDependencies": { },
"bower": "~1.7", "devDependencies": {
"cheerio": "~0.20", "bower": "~1.7",
"jscs": "^2", "cheerio": "~0.20",
"jshint": "^2", "jscs": "^2",
"less": "~2.7", "jshint": "^2",
"mocha": "^2", "less": "~2.7",
"proclaim": "^3", "mocha": "^2",
"request": "^2.74", "proclaim": "^3",
"uglify-js": "~2.6" "request": "^2.74",
}, "uglify-js": "~2.6"
},
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"test": "make ci" "test": "make ci"
} }
} }