forked from marklagendijk/jquery.tabbable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 873 Bytes
/
package.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
{
"name": "jquery.tabbable",
"version": "1.0.1",
"description": "Simple utility for selecting the next / previous 'tabbable' element. Includes and uses the ':tabbable' and ':focusable' selectors from jQuery UI Core.",
"main": "jquery.tabbable.js",
"dependencies": {},
"devDependencies": {
"gulp": "~3.3.0",
"gulp-uglify": "~0.1.0",
"gulp-rename": "~0.2.1"
},
"scripts": {
"minify": "gulp minify"
},
"repository": {
"type": "git",
"url": "https://[email protected]/marklagendijk/jQuery.tabbable.git"
},
"keywords": [
"jQuery",
"tab",
"focus",
":tabbable",
":focusable"
],
"author": "Mark Lagendijk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marklagendijk/jQuery.tabbable/issues"
},
"homepage": "https://github.com/marklagendijk/jQuery.tabbable"
}