bower.json 552 B

12345678910111213141516171819202122
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "3.2.3-21",
  4. "main": [
  5. "./dist/inputmask/inputmask.js"
  6. ],
  7. "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
  8. "description": "jquery.inputmask is a jquery plugin which create an input mask.",
  9. "license": "http://opensource.org/licenses/mit-license.php",
  10. "ignore": [
  11. "*",
  12. "!dist/*",
  13. "!extra/*"
  14. ],
  15. "dependencies": {
  16. "jquery": ">=1.7"
  17. },
  18. "authors": [{
  19. "name": "Robin Herbots"
  20. }],
  21. "homepage": "http://robinherbots.github.io/jquery.inputmask"
  22. }