UNPKG

a11y

Version:

Runs an accessibility audit against a URL

74 lines (73 loc) 1.4 kB
{ "name": "a11y", "version": "0.5.1", "description": "Runs an accessibility audit against a URL", "license": "Apache-2.0", "repository": "addyosmani/a11y", "maintainers": [ { "name": "Addy Osmani", "email": "addyosmani@gmail.com", "url": "addyosmani.com" }, { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" } ], "bin": "cli.js", "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava test/test.js", "demo": "./cli.js theverge.com" }, "files": [ "index.js", "cli.js", "audits.js" ], "keywords": [ "cli-app", "cli", "a11y", "audit", "test", "accessibility", "wai", "aria", "dev", "developer", "tool", "report", "web", "website" ], "dependencies": { "accessibility-developer-tools": "^2.6.0", "chalk": "^1.0.0", "each-async": "^1.1.0", "globby": "^6.1.0", "humanize-url": "^1.0.0", "indent-string": "^3.1.0", "log-symbols": "^1.0.1", "meow": "^3.3.0", "parse-json": "^2.1.0", "phantomjs-polyfill": "0.0.2", "phantomjs-prebuilt": "^2.1.12", "protocolify": "^2.0.0", "update-notifier": "^2.0.0" }, "devDependencies": { "ava": "^0.18.0", "xo": "^0.17.0" }, "xo": { "space": 4, "ignores": [ "audits.js" ] } }