{
  "name": "sticky-kit",
  "version": "1.1.1",

  "title": "Sticky-kit",
  "homepage": "http://leafo.net/sticky-kit",
  "description": "A jQuery plugin for making smart sticky elements.",

  "demo": "http://leafo.net/sticky-kit",

  "keywords": [
    "sticky",
    "fixed",
    "scrolling",
    "ui"
  ],

  "author": {
    "name": "Leaf Corcoran",
    "email": "leafot@gmail.com",
    "url": "http://leafo.net"
  },

  "licenses": [
    {
      "type": "WTFPL",
      "url": "http://www.wtfpl.net/"
    }
  ],

  "dependencies": {
    "jquery": ">=1.8"
  }
}