bower.json 871 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "2.4.18",
  4. "main": "./dist/jquery.inputmask.bundle.js",
  5. "description": "jquery.inputmask is a jquery plugin which create an input mask.
  6. An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers, ...
  7. Highlights:
  8. - easy to use
  9. - optional parts anywere in the mask
  10. - possibility to define aliases which hide complexity
  11. - date / datetime masks
  12. - numeric masks
  13. - lots of callbacks
  14. - non-greedy masks
  15. - many features can be enabled/disabled/configured by options
  16. - supports readonly/disabled/dir="rtl" attributes
  17. - support data-inputmask attribute
  18. - multi-mask support
  19. - regex-mask support
  20. - value formatting without input element",
  21. "license": "http://opensource.org/licenses/mit-license.php",
  22. "dependencies": {
  23. "jquery": ">=1.7"
  24. }
  25. }