{
  "name": "jquery-form-serializer",
  "version": "1.2.0",
  "description": "Serialize forms to JSON objects in a friendly way.",
  "main": "src/jQuery-form-serializer.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jillix/jQuery-form-serializer.git"
  },
  "keywords": [
    "form",
    "serializer",
    "jquery"
  ],
  "author": "jillix <contact@jillix.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jillix/jQuery-form-serializer/issues"
  },
  "homepage": "https://github.com/jillix/jQuery-form-serializer",
  "dependencies": {
    "jxutils": "^0.1.8"
  },
  "devDependencies": {}
}
