Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnklint committed Dec 9, 2011
1 parent 18da82d commit 8c0c5e9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 37 deletions.
37 changes: 0 additions & 37 deletions README

This file was deleted.

32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "simple-tooltip",
"version": "1.0.0",
"title": "jquery.simpleTooltip()",
"author": {
"name": "Jonas Arnklint",
"url": "http://arnklint.com"
},
"licenses": [
{
"type": "MIT",
"url": "LICENSE"
}
],
"dependencies": {
"jquery": "1"
},
"description": "Most simple jQuery tooltip plugin ever.",
"keywords": [
"tooltip",
"hover",
"popup",
"bubble"
],
"homepage": "https://github.com/arnklint/simple-jquery-tooltip-plugin",
"contributors": [

],
"files": [
"jquery.simple-tooltip.js"
]
}

0 comments on commit 8c0c5e9

Please sign in to comment.