diff --git a/autotab.jquery.json b/autotab.jquery.json new file mode 100644 index 0000000..c0f3a65 --- /dev/null +++ b/autotab.jquery.json @@ -0,0 +1,32 @@ +{ + "name": "autotab", + "title": "jQuery Autotab", + "description": "jQuery plugin that provides auto tabbing and filtering on text fields in a form.", + "keywords": [ + "filter", + "autotab" + ], + "version": "1.5.2", + "author": { + "name": "Mathachew", + "url": "https://github.com/Mathachew" + }, + "maintainers": [ + { + "name": "Matthew Miller", + "url": "https://github.com/Mathachew" + } + ], + "licenses": [ + { + "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + } + ], + "bugs": "https://github.com/Mathachew/jquery-autotab/issues", + "homepage": "https://github.com/Mathachew/jquery-autotab", + "docs": "https://github.com/Mathachew/jquery-autotab/blob/master/README.md", + "dependencies": { + "jquery": ">=1.7 || >=2.0" + } +} \ No newline at end of file diff --git a/component.json b/component.json new file mode 100644 index 0000000..d9f5052 --- /dev/null +++ b/component.json @@ -0,0 +1,21 @@ +{ + "name": "jquery.autotab", + "version": "1.5.2", + "description": "jQuery plugin that provides auto-tabbing and filtering on text fields in a form.", + "main": [ "./js/jquery.autotab.min.js" ], + "homepage": "https://github.com/Mathachew/jquery-autotab", + "dependencies" : { + "jquery" : ">= 1.7" + }, + "keywords": [ + "autotab", + "filter" + ], + "author" : { + "name" : "Matthew Miller", + "web" : "https://github.com/Mathachew" + }, + "license": [ + "http://www.opensource.org/licenses/mit-license.php" + ] +} \ No newline at end of file