bower.json 830 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jquery.inputmask",
  3. "version": "2.4.17",
  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. "license": "http://opensource.org/licenses/mit-license.php",
  21. "dependencies": {
  22. "jquery": ">=1.7"
  23. }
  24. }