This commit is contained in:
erwanlr
2021-05-07 18:58:48 +02:00
parent 1d18514ab5
commit a98e37918b
21 changed files with 4184 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "focusable",
"version": "1.2.0",
"description": "A WordPress plugin that displays a ring on the focusable elements when navigating through keyboard.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KhizarWeb/focusable.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KhizarWeb/focusable/issues"
},
"homepage": "https://github.com/KhizarWeb/focusable#readme",
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.13",
"postcss": "^8.2.6",
"sass": "^1.32.8",
"sass-loader": "^10.1.1"
}
}