mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Added backbone
This commit is contained in:
18
packages/Backbone.js.0.9.2/Backbone.js.0.9.2.nuspec
vendored
Normal file
18
packages/Backbone.js.0.9.2/Backbone.js.0.9.2.nuspec
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
Reference in New Issue
Block a user