{
  "name": "jquery-deserialize",
  "version": "1.3.3",
  "homepage": "https://github.com/kflorence/jquery-deserialize",
  "authors": [
    "Kyle Florence <kyle.florence@gmail.com>"
  ],
  "description": "Decodes serialized form data and populates a form with that data.",
  "main": "src/jquery.deserialize.js",
  "keywords": [
    "javascript",
    "form",
    "data",
    "deserialize"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": ">=1.4.3"
  }
}
