outline.js/package.json
2018-09-28 10:19:07 +10:00

26 lines
637 B
JSON

{
"name": "remove-focus-outline",
"version": "1.2.1",
"description": "Removes CSS outlines in an accessible manner",
"main": "outline.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindsayevans/outline.js.git"
},
"keywords": [
"focus",
"outline",
"css",
"a11y",
"accessibility"
],
"author": "Lindsay Evans <linz@linz.id.au>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lindsayevans/outline.js/issues"
},
"homepage": "https://github.com/lindsayevans/outline.js#readme"
}