mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added backbone
This commit is contained in:
parent
b366f8fadc
commit
b101758957
28 changed files with 5507 additions and 3 deletions
14
packages/underscore.js.1.3.3/underscore.js.1.3.3.nuspec
vendored
Normal file
14
packages/underscore.js.1.3.3/underscore.js.1.3.3.nuspec
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>underscore.js</id>
|
||||
<version>1.3.3</version>
|
||||
<authors>Jeremy Ashkenas</authors>
|
||||
<owners>Jeremy Ashkenas</owners>
|
||||
<licenseUrl>https://github.com/documentcloud/underscore/blob/master/LICENSE</licenseUrl>
|
||||
<projectUrl>http://documentcloud.github.com/underscore</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>JavaScripts functional programming helper library.</description>
|
||||
<tags>functional client util browser</tags>
|
||||
</metadata>
|
||||
</package>
|
Loading…
Add table
Add a link
Reference in a new issue