bower.json 746 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "nice-validator",
  3. "description": "Simple, smart and pleasant verification solution.",
  4. "moduleType": [
  5. "amd",
  6. "node",
  7. "globals"
  8. ],
  9. "keywords": [
  10. "jquery",
  11. "validation",
  12. "form",
  13. "validator",
  14. "validate",
  15. "nice-validator",
  16. "jquery-plugin"
  17. ],
  18. "authors": [
  19. "Jony Zhang <niceue@live.com>"
  20. ],
  21. "license": "MIT",
  22. "homepage": "https://github.com/niceue/nice-validator",
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/niceue/nice-validator.git"
  26. },
  27. "main": "dist/jquery.validator.js",
  28. "dependencies": {
  29. "jquery": ">=1.7"
  30. },
  31. "ignore": [
  32. ".*",
  33. "src",
  34. "test",
  35. "gulpfile.js",
  36. "*.json",
  37. "*.md",
  38. "*.yml",
  39. "!README.md"
  40. ]
  41. }