relatively-sticky

A jQuery plugin for creating smart sticky elements
git clone https://git.ce9e.org/relatively-sticky.git

commit
00dfdcb58cbd642748b7b747d1fef18916a02c6b
parent
368289ad676aae20c5adeae74d4de20b2897e572
Author
leaf corcoran <leafot@gmail.com>
Date
2013-08-01 22:09
add jquery plugin manifest file

Diffstat

A sticky-kit.jquery.json 35 +++++++++++++++++++++++++++++++++++

1 files changed, 35 insertions, 0 deletions


diff --git a/sticky-kit.jquery.json b/sticky-kit.jquery.json

@@ -0,0 +1,34 @@
   -1     1 {
   -1     2   "name": "sticky-kit",
   -1     3   "version": "1.0.0",
   -1     4 
   -1     5   "title": "Sticky-kit",
   -1     6   "homepage": "http://leafo.net/sticky-kit",
   -1     7   "description": "A jQuery plugin for making smart sticky elements.",
   -1     8 
   -1     9   "demo": "http://leafo.net/sticky-kit",
   -1    10 
   -1    11   "keywords": [
   -1    12     "sticky",
   -1    13     "fixed",
   -1    14     "scrolling",
   -1    15     "ui"
   -1    16   ],
   -1    17 
   -1    18   "author": {
   -1    19     "name": "Leaf Corcoran",
   -1    20     "email": "leafot@gmail.com",
   -1    21     "url": "http://leafo.net"
   -1    22   },
   -1    23 
   -1    24   "licenses": [
   -1    25     {
   -1    26       "type": "WTFPL",
   -1    27       "url": "http://www.wtfpl.net/"
   -1    28     }
   -1    29   ],
   -1    30 
   -1    31   "dependencies": {
   -1    32     "jquery": ">=1.8"
   -1    33   }
   -1    34 
   -1    34 
\ No newline at end of file