.bower.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "version": "1.1.5",
  42. "_release": "1.1.5",
  43. "_resolution": {
  44. "type": "version",
  45. "tag": "1.1.5",
  46. "commit": "76d0e5d7b098ce7cf0f4fd6bd8662cba8a366497"
  47. },
  48. "_source": "https://github.com/niceue/validator.git",
  49. "_target": "~1.1.1",
  50. "_originalSource": "nice-validator"
  51. }