Skip to content

Commit

Permalink
jQuery manifest and Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathachew committed Jan 14, 2014
1 parent d287c37 commit 91a9662
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
32 changes: 32 additions & 0 deletions autotab.jquery.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
21 changes: 21 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 91a9662

Please sign in to comment.