UNPKG

@gbosetti/access-keys-activators

Version:

jQuery plugin to retrieve the keys that activate the access key of the HTML elements which have it defined.

44 lines 1.47 kB
{ "name": "accessKeysActivators", "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": { "name": "gbosetti", "url": "https://github.com/gbosetti/browser-access-keys-activators" }, "maintainers": [ { "name": "Gabriela Bosetti", "email": "gabybosetti@gmail.com", "url": "https://github.com/gbosetti" } ], "repository": { "type": "git", "url": "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": "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" } }