validator.jquery.json 913 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "validator",
  3. "title": "validator",
  4. "description": "The Validator is cross-browser and will give you the power to use future-proof input types such as 'tel', 'email', 'number', 'date', and 'url'. I can sum this as a 'template' for creating web forms. It uses the power of custom 'data' to achieve high flexibility",
  5. "keywords": ["validator", "validation", "form", "input"],
  6. "version": "1.0.6",
  7. "author": {
  8. "name": "Yair Even Or",
  9. "url": "http://dropthebit.com"
  10. },
  11. "maintainers": [
  12. {
  13. "name": "Yair Even Or",
  14. "email": "vsync.design@gmail.com"
  15. }
  16. ],
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://opensource.org/licenses/MIT"
  21. }
  22. ],
  23. "bugs": "https://github.com/yairEO/validator/issues",
  24. "homepage": "https://github.com/yairEO/validator",
  25. "docs": "https://github.com/yairEO/validator",
  26. "download": "https://github.com/yairEO/validator",
  27. "dependencies": {
  28. "jquery": ">=1.5"
  29. }
  30. }