<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Backbone.js</id>
    <version>0.9.2</version>
    <authors>Jeremy Ashkenas</authors>
    <owners>Jeremy Ashkenas</owners>
    <licenseUrl>https://github.com/documentcloud/backbone/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://documentcloud.github.com/backbone/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.</description>
    <tags>MVC JavaScript clientside framework browser</tags>
    <dependencies>
      <dependency id="jQuery" version="1.7.1" />
      <dependency id="underscore.js" version="1.3.1" />
    </dependencies>
  </metadata>
</package>