<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>knockoutjs</id>
    <version>3.5.0</version>
    <authors>The Knockout.js team</authors>
    <owners>The Knockout.js team</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://knockoutjs.com/</projectUrl>
    <iconUrl>http://github.com/knockout/knockout.nuget/raw/master/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A JavaScript MVVM library to help you create rich, dynamic user interfaces with clean maintainable code</description>
    <language>en-US</language>
    <tags>knockout mvvm</tags>
  </metadata>
</package>