<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>KoUnderscore</id>
    <version>0.1.0</version>
    <authors>SPA Tools</authors>
    <owners>SPA Tools</owners>
    <licenseUrl>https://github.com/spatools/kounderscore/LICENSE</licenseUrl>
    <projectUrl>https://github.com/spatools/kounderscore</projectUrl>
    <iconUrl>http://www.gravatar.com/avatar/6ef2fbcb91a9299ffb3c918b50d038d4.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>
      Knockout Underscore integration.
    </description>
    <releaseNotes>
      You can see release notes at :
      https://github.com/spatools/kounderscore
    </releaseNotes>
    <copyright>Copyright 2014 - SPA Tools</copyright>
    <tags>
      Knockout,
      Utilities,
      Extension,
      Underscore,
      Integration,
      Javascript,
      AMD
    </tags>
    <dependencies>
      <dependency id="RequireJS" version="2.1.17" />
      <dependency id="Knockout" version="3.3.0" />
      <dependency id="Underscore" version="1.8.3" />
    </dependencies>
  </metadata>
  <files>
    <file src="..\dist\kounderscore.js" target="Content\Scripts\kounderscore" />
    <file src="..\dist\kounderscore.d.ts" target="Content\Scripts\kounderscore" />
  </files>
</package>