jquery-emulatetab
Version:
A jQuery plugin to emulate tabbing between elements on a page.
69 lines (68 loc) • 1.91 kB
JSON
{
"name": "jquery-emulatetab",
"title": "EmulateTab",
"version": "0.2.9",
"description": "A jQuery plugin to emulate tabbing between elements on a page.",
"homepage": "http://joelpurra.github.com/emulatetab",
"bugs": "https://github.com/joelpurra/emulatetab/issues",
"author": {
"name": "The Swedish Post and Telecom Authority (PTS)",
"url": "http://pts.se/"
},
"contributors": [{
"name": "Joel Purra",
"url": "http://joelpurra.com/"
}],
"main": "src/emulatetab.joelpurra.js",
"repository": {
"type": "git",
"url": "git://github.com/joelpurra/emulatetab.git"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-checkrepo": "~0.1.0",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-gh-pages": "~0.9.0",
"grunt-jekyll": "~0.4.0",
"grunt-jsonlint": "^1.0.4",
"grunt-micro": "~0.1.0",
"grunt-open": "~0.2.2",
"grunt-prompt": "~0.1.2",
"semver": "^2.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [{
"type": "BSD-3-Clause",
"url": "https://github.com/joelpurra/emulatetab/blob/master/LICENSE"
}],
"keywords": [
"jquery-plugin",
"emulate",
"emulation",
"tab",
"tabbing",
"usability",
"focus",
"keyboard",
"shortcuts",
"tabbable",
"form",
"forms",
"input",
"tabindex"
]
}