{
  "name": "validationengine",
  "title": "Form Validation Engine",
  "description": "Validate your forms with style. Complete api included for advanced users",
  "keywords": [
    "form",
    "field",
    "validation"
  ],
  "version": "3.0.0",
  "author": {
    "name": "Cedric Dugas",
    "url": "http://www.position-absolute.com"
  },
  "maintainers": [
    {
      "name": "Olivier Refalo",
      "url": "http://www.crionics.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "docs": "http://posabsolute.github.com/jQuery-Validation-Engine/",
  "demo": "http://www.position-relative.net/creation/formValidator/",
  "dependencies": {
    "jquery": ">=1.6"
  }
}