TagIt by Alex Ehlke

<PackageReference Include="TagIt" Version="2.0.110.4" />

 TagIt 2.0.110.4

Simple and configurable tag editing widget with autocomplete support.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TagIt</id>
    <version>2.0.110.4</version>
    <authors>Alex Ehlke</authors>
    <owners>janv8000</owners>
    <licenseUrl>https://github.com/aehlke/tag-it/raw/master/LICENSE</licenseUrl>
    <projectUrl>http://aehlke.github.io/tag-it/</projectUrl>
    <iconUrl>http://aehlke.github.io/tag-it/tag_icon.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Simple and configurable tag editing widget with autocomplete support.</description>
    <releaseNotes>Conform to default MVC project layout</releaseNotes>
    <copyright>Levy Carneiro Jr.</copyright>
    <language>en-GB</language>
    <tags>jquery javascript tags</tags>
    <dependencies>
      <dependency id="jQuery.UI.Combined" version="1.8.11" />
    </dependencies>
  </metadata>
</package>