mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 11:48:26 -07:00
Added backbone
This commit is contained in:
parent
b366f8fadc
commit
b101758957
28 changed files with 5507 additions and 3 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue