1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/packages/Backbone.js.0.9.2/Backbone.js.0.9.2.nuspec
2012-11-06 16:41:34 -08:00

18 lines
1015 B
XML

<?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>