@gbosetti/access-keys-activators
Version:
jQuery plugin to retrieve the keys that activate the access key of the HTML elements which have it defined.
40 lines (39 loc) • 1.3 kB
JSON
{
"name": "@gbosetti/access-keys-activators",
"title": "Browser's Access Key Activators detector",
"description": "jQuery plugin to retrieve the keys that activate the access key of the HTML elements which have it defined.",
"keywords": [
"browser",
"accessKey"
],
"version": "0.1.0",
"author": "gbosetti (https://github.com/gbosetti/browser-access-keys-activators)",
"maintainers": [
"Gabriela Bosetti <gabybosetti@gmail.com> (https://github.com/gbosetti)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gbosetti/browser-access-keys-activators.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "Jquery.accessKeysActivators.js",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gbosetti/browser-access-keys-activators/blob/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/gbosetti/browser-access-keys-activators/issues"
},
"homepage": "https://github.com/gbosetti/browser-access-keys-activators",
"docs": "https://github.com/gbosetti/browser-access-keys-activators",
"download": "https://github.com/gbosetti/browser-access-keys-activators",
"dependencies": {
"jquery": ">=1.5",
"platform": ">=1.3.6"
}
}