{
  "name": "jquery.cssAnimateAuto",
  "main": [
    "dist/jquery.cssAnimateAuto.js"
  ],
  "version": "0.4.0",
  "homepage": "https://github.com/davidtheclark/jquery.cssAnimateAuto",
  "authors": [
    "David Clark <david.dave.clark@gmail.com>"
  ],
  "description": "A jQuery plugin that uses CSS transitions to animate an element's height or width to or from auto.",
  "keywords": [
    "jquery",
    "jquery-plugin",
    "animation",
    "animate",
    "auto",
    "height",
    "width",
    "transition"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "_site",
    ".sass-cache",
    "test",
    "tests",
    "Gruntfile.coffee",
    "package.json",
    "src/"
  ],
  "dependencies": {
    "jquery": "*"
  }
}
