Skip to content

Commit

Permalink
Setup the jQuery manifest file to list miniTip on the new jQuery plug…
Browse files Browse the repository at this point in the history
…ins site
  • Loading branch information
goldfire committed Apr 4, 2013
1 parent 89feab5 commit 036ba32
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
39 changes: 39 additions & 0 deletions miniTip.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "miniTip",
"title": "miniTip",
"description": "Ultra lightweight jQuery tooltip plugin.",
"keywords": [
"tooltip",
"tip",
"ui"
],
"version": "1.5.3",
"author": {
"name": "James Simpson",
"url": "http://goldfirestudios.com"
},
"maintainers": [
{
"name": "James Simpson",
"url": "http://goldfirestudios.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/goldfire/miniTip"
},
{
"type": "GPL",
"url": "https://github.com/goldfire/miniTip"
}
],
"bugs": "https://github.com/goldfire/miniTip/issues",
"homepage": "http://goldfirestudios.com/blog/81/miniTip-jQuery-Plugin",
"demo": "http://goldfirestudios.com/blog/81/miniTip-jQuery-Plugin",
"docs": "http://goldfirestudios.com/blog/81/miniTip-jQuery-Plugin",
"download": "http://goldfirestudios.com/blog/81/miniTip-jQuery-Plugin",
"dependencies": {
"jquery": ">=1.3"
}
}

0 comments on commit 036ba32

Please sign in to comment.