Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
backbone.hypermedia/nuget/backbone.hypermedia.nuspec
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (22 sloc)
1.23 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | |
<metadata> | |
<id>backbone.hypermedia</id> | |
<version>0.0.0</version> | |
<title>backbone.hypermedia</title> | |
<authors>Jim Liddell,Henry Wilson,Sandy Cormie,Richard Phillips,Barry Williams</authors> | |
<projectUrl>https://github.com/linn/backbone.hypermedia</projectUrl> | |
<licenseUrl>https://github.com/linn/backbone.hypermedia/blob/master/LICENSE</licenseUrl> | |
<requireLicenseAcceptance>false</requireLicenseAcceptance> | |
<description>Backbone plugin providing support for following hypermedia controls from Backbone models and collections.</description> | |
<tags>backbone hypermedia REST</tags> | |
<dependencies> | |
<dependency id="Backbone.js" version="1.1.0" /> | |
</dependencies> | |
</metadata> | |
<files> | |
<file src="..\src\backbone-hypermedia-amd.js" target="content\Scripts\backbone-hypermedia-amd.js" /> | |
<file src="..\src\backbone-hypermedia-amd.min.js" target="content\Scripts\backbone-hypermedia-amd.min.js" /> | |
<file src="..\src\backbone-hypermedia-amd.min.map" target="content\Scripts\backbone-hypermedia-amd.min.map" /> | |
</files> | |
</package> |