jquery.inputmask.nuspec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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://www.opensource.org/licenses/mit-license.php</licenseUrl>
  10. <projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
  11. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  12. <description>jquery.inputmask is a jquery plugin which create an input mask.
  13. An inputmask helps the user with the input by ensuring a predefined format. This can be usefull for dates, numerics, phone numbers, ...
  14. Highlights:
  15. - easy to use
  16. - optional parts anywere in the mask
  17. - possibility to define aliases which hide complexity
  18. - date / datetime masks
  19. - numeric masks
  20. - lots of callbacks
  21. - non-greedy masks
  22. - many features can be enabled/disabled/configured by options
  23. - supports readonly/disabled/dir="rtl" attributes
  24. </description>
  25. <tags>jQuery, plugins</tags>
  26. </metadata>
  27. <files>
  28. <file src="..\js\jquery.inputmask.date.extensions.js" target="content\Scripts\jquery.inputmask.date.extensions.js" />
  29. <file src="..\js\jquery.inputmask.extensions.js" target="content\Scripts\jquery.inputmask.extensions.js" />
  30. <file src="..\js\jquery.inputmask.numeric.extensions.js" target="content\Scripts\jquery.inputmask.numeric.extensions.js" />
  31. <file src="..\js\jquery.inputmask.js" target="content\Scripts\jquery.inputmask.js" />
  32. </files>
  33. </package>