{ "name": "pa11y-reporter-1.0-json", "version": "1.0.3", "description": "A Pa11y 2.0+ reporter which outputs the 1.0 JSON format", "keywords": [ "pa11y", "reporter" ], "author": "Team Pa11y", "contributors": [ "Rowan Manning (http://rowanmanning.com/)" ], "repository": { "type": "git", "url": "https://github.com/pa11y/reporter-1.0-json.git" }, "homepage": "https://github.com/pa11y/reporter-1.0-json", "bugs": "https://github.com/pa11y/reporter-1.0-json/issues", "license": "LGPL-3.0", "engines": { "node": ">=0.10" }, "dependencies": {}, "devDependencies": { "jscs": "~1.13", "jshint": "~2.7" }, "main": "./reporter.js", "scripts": { "test": "make ci" } }