.bower.json 1012 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.3.1",
  4. "main": [
  5. "./dist/inputmask/inputmask.js"
  6. ],
  7. "keywords": [
  8. "jquery",
  9. "plugins",
  10. "input",
  11. "form",
  12. "inputmask",
  13. "mask"
  14. ],
  15. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  16. "license": "http://opensource.org/licenses/mit-license.php",
  17. "ignore": [
  18. "**/*",
  19. "!dist/*",
  20. "!dist/inputmask/*",
  21. "!dist/min/*",
  22. "!dist/min/inputmask/*",
  23. "!extra/bindings/*",
  24. "!extra/dependencyLibs/*",
  25. "!extra/phone-codes/*"
  26. ],
  27. "dependencies": {
  28. "jquery": ">=1.7"
  29. },
  30. "authors": [
  31. {
  32. "name": "Robin Herbots"
  33. }
  34. ],
  35. "homepage": "http://robinherbots.github.io/jquery.inputmask",
  36. "_release": "3.3.1",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "3.3.1",
  40. "commit": "b24113a01b0ade15ba2bf9823f03e993e3b659c1"
  41. },
  42. "_source": "https://github.com/RobinHerbots/jquery.inputmask.git",
  43. "_target": "^3.3.1",
  44. "_originalSource": "jquery.inputmask"
  45. }