niceValidator.jquery.json 643 B

1234567891011121314151617181920212223
  1. {
  2. "name": "niceValidator",
  3. "title": "nice Validator",
  4. "description": "Simple, smart and pleasant verification solution.",
  5. "version": "0.7.2",
  6. "keywords": ["form", "validate", "validation", "validator"],
  7. "author": {
  8. "name": "Jony Zhang",
  9. "url": "http://niceue.com",
  10. "email": "zj86@live.cn"
  11. },
  12. "licenses": [
  13. {
  14. "type": "MIT",
  15. "url": "http://niceue.com/licenses/MIT-LICENSE.txt"
  16. }
  17. ],
  18. "bugs": "https://github.com/niceue/validator/issues",
  19. "demo": "http://niceue.com/validator/demo",
  20. "dependencies": {
  21. "jquery": ">=1.7.0"
  22. }
  23. }