jquery.inputmask.linux.nuspec 2.4 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
  13. mask.</summary>
  14. <description>jquery.inputmask is a jquery plugin which create an input mask. An
  15. inputmask helps the user with the input by ensuring a predefined format. This
  16. can be useful for dates, numerics, phone numbers, ... Highlights: - easy to use
  17. - optional parts anywere in the mask - possibility to define aliases which hide
  18. complexity - date / datetime masks - numeric masks - lots of callbacks -
  19. non-greedy masks - many features can be enabled/disabled/configured by options -
  20. supports readonly/disabled/dir="rtl" attributes - support data-inputmask
  21. attribute(s) - alternator-mask support - regex-mask support - dynamic-mask
  22. support - preprocessing-mask support - value formatting / validating without
  23. input element
  24. </description>
  25. <tags>jQuery, plugins, input, form, inputmask, mask</tags>
  26. </metadata>
  27. <files>
  28. <file src="dist/inputmask/inputmask.date.extensions.js"
  29. target="content/Scripts/jquery.inputmask/inputmask.date.extensions.js"/>
  30. <file src="dist/inputmask/inputmask.extensions.js"
  31. target="content/Scripts/jquery.inputmask/inputmask.extensions.js"/>
  32. <file src="dist/inputmask/inputmask.numeric.extensions.js"
  33. target="content/Scripts/jquery.inputmask/inputmask.numeric.extensions.js"/>
  34. <file src="dist/inputmask/inputmask.regex.extensions.js"
  35. target="content/Scripts/jquery.inputmask/inputmask.regex.extensions.js"/>
  36. <file src="dist/inputmask/inputmask.phone.extensions.js"
  37. target="content/Scripts/jquery.inputmask/inputmask.phone.extensions.js"/>
  38. <file src="dist/inputmask/jquery.inputmask.js"
  39. target="content/Scripts/jquery.inputmask/jquery.inputmask.js"/>
  40. <file src="dist/inputmask/inputmask.js"
  41. target="content/Scripts/jquery.inputmask/inputmask.js"/>
  42. <file src="../nuspecs/Readme.txt" target="Readme.txt" />
  43. </files>
  44. </package>