mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "selectize-plugin-a11y",
|
|
"version": "1.1.0",
|
|
"description": "Make Selectize.js accessibile",
|
|
"main": "selectize-plugin-a11y.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SLMNBJ/selectize-plugin-a11y.git"
|
|
},
|
|
"keywords": [
|
|
"selectize",
|
|
"selectize.js",
|
|
"a11y",
|
|
"accessibility",
|
|
"selectize",
|
|
"voiceover"
|
|
],
|
|
"author": "Salmen Bejaoui",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/SLMNBJ/selectize-plugin-a11y/issues"
|
|
},
|
|
"homepage": "https://github.com/SLMNBJ/selectize-plugin-a11y#readme"
|
|
}
|