forked from leandroribeiro/plusastab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplusastab.jquery.json
42 lines (42 loc) · 1.15 KB
/
plusastab.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "plusastab",
"title": "PlusAsTab",
"description": "A jQuery plugin to use the numpad plus key (configurable) as a tab key equivalent.",
"keywords": [
"tab",
"tabbing",
"usability",
"focus",
"keyboard",
"shortcuts",
"tabbable",
"form",
"forms",
"input",
"tabindex",
"numpad",
"tenkey"
],
"version": "0.2.2",
"author": {
"name": "The Swedish Post and Telecom Authority (PTS)",
"url": "http://pts.se/"
},
"maintainers": [{
"name": "Joel Purra",
"email": "[email protected]",
"url": "http://joelpurra.com/"
}],
"licenses": [{
"type": "BSD-3-Clause",
"url": "https://github.com/joelpurra/plusastab/blob/master/LICENSE"
}],
"homepage": "http://joelpurra.github.com/plusastab",
"docs": "http://joelpurra.github.com/plusastab",
"bugs": "https://github.com/joelpurra/plusastab/issues",
"demo": "http://joelpurra.github.com/plusastab/example/enter-as-tab.html",
"dependencies": {
"jquery": "^2.0.0",
"emulatetab": "^0.2.9"
}
}