jquery.inputmask.linux.nuspec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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
  26. - multi-mask support
  27. - regex-mask support
  28. - value formatting without input element
  29. </description>
  30. <tags>jQuery, plugins, input, form, inputmask, mask</tags>
  31. </metadata>
  32. <files>
  33. <file src="js/jquery.inputmask.date.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.date.extensions-0.0.0.js" />
  34. <file src="js/jquery.inputmask.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.extensions-0.0.0.js" />
  35. <file src="js/jquery.inputmask.numeric.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.numeric.extensions-0.0.0.js" />
  36. <file src="js/jquery.inputmask.regex.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.regex.extensions-0.0.0.js" />
  37. <file src="js/jquery.inputmask.phone.extensions.js" target="content/Scripts/jquery.inputmask/jquery.inputmask.phone.extensions-0.0.0.js" />
  38. <file src="js/jquery.inputmask.js" target="content/Scripts/jquery.inputmask/jquery.inputmask-0.0.0.js" />
  39. <file src="js/jquery.inputmask-multi.js" target="content/Scripts/jquery.inputmask/jquery.inputmask-multi-0.0.0.js" />
  40. </files>
  41. </package>