From ff25146419277d9209f13f0823564a41c28311c4 Mon Sep 17 00:00:00 2001 From: John Reilly Date: Fri, 18 Dec 2015 14:04:33 +0000 Subject: [PATCH] Added package.json to provide npm compatibility --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3043213 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery.tipTip", + "version": "1.3.0", + "description": "This Plug-In will create a custom tooltip to replace the default browser tooltip. It is extremely lightweight and very smart in that it detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to the left or to the right depending on what is necessary to stay within the browser window. It is completely customizable as well via CSS.", + "main": "jquery.tipTip.js", + "repository": { + "type": "git", + "url": "https://github.com/drewwilson/TipTip.git" + }, + "bugs": { + "url": "https://github.com/drewwilson/TipTip/issues" + }, + "author": { + "name": "Drew Wilson" + }, + "license": "MIT", + "maintainers": [ + { + "name": "Drew Wilson" + } + ] +}