jquery.inputmask.linux.nuspec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>jQuery.InputMask</id>
  5. <version>0.0.0</version>
  6. <title>jQuery Input Mask</title>
  7. <authors>Robin Herbots</authors>
  8. <owners>Robin Herbots</owners>
  9. <licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
  10. <projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <summary>jquery.inputmask is a jquery plugin which create an input mask.</summary>
  13. <description>jquery.inputmask is a jquery plugin which create an input mask.
  14. An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers, ...
  15. Highlights:
  16. - easy to use
  17. - optional parts anywere in the mask
  18. - possibility to define aliases which hide complexity
  19. - date / datetime masks
  20. - numeric masks
  21. - lots of callbacks
  22. - non-greedy masks
  23. - many features can be enabled/disabled/configured by options
  24. - supports readonly/disabled/dir="rtl" attributes
  25. - support data-inputmask attribute(s)
  26. - alternator-mask support
  27. - regex-mask support
  28. - dynamic-mask support
  29. - preprocessing-mask support
  30. - value formatting / validating without input element
  31. </description>
  32. <tags>jQuery, plugins, input, form, inputmask, mask</tags>
  33. </metadata>
  34. <files>
  35. <file src="js/jquery.inputmask.date.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.date.extensions.js" />
  36. <file src="js/jquery.inputmask.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.extensions.js" />
  37. <file src="js/jquery.inputmask.numeric.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.numeric.extensions.js" />
  38. <file src="js/jquery.inputmask.regex.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.regex.extensions.js" />
  39. <file src="js/jquery.inputmask.phone.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.phone.extensions.js" />
  40. <file src="js/jquery.inputmask.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.js" />
  41. </files>
  42. </package>