mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Use two spaces in package.json (#162)
This commit is contained in:
10
package.json
10
package.json
@@ -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"
|
||||||
|
Reference in New Issue
Block a user