{
  "name": "expander",
  "title": "Expander",
  "description": "Expand and collapse HTML content",
  "version": "1.4.7",
  "keywords": [
    "text",
    "truncate",
    "summary",
    "details",
    "expand",
    "collapse"
  ],
  "homepage": "http://plugins.learningjquery.com/expander/",
  "author": {
    "name": "Karl Swedberg",
    "email": "kswedberg@gmail.com",
    "url": "http://www.learningjquery.com/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "files": [
    "jquery.expander.js"
  ],
  "main": "jquery.expander.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kswedberg/jquery-expander.git"
  },
  "dependencies": {
    "jquery": ">=1.3"
  }
}
