-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjquery.iframeDialog.nuspec
More file actions
executable file
·21 lines (21 loc) · 1.94 KB
/
jquery.iframeDialog.nuspec
File metadata and controls
executable file
·21 lines (21 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>jQuery.iframeDialog</id>
<version>1.2.1</version>
<title>jQuery UI Dialog iframe wrapper Plugin</title>
<authors>MiYABiS</authors>
<owners>MiYABiS</owners>
<projectUrl>http://miyabis.github.com/jquery.iframeDialog/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>is a wrapper for the dialog to display the external content using an iframe.</description>
<copyright>Copyright © 2012 MiYABiS All Rights Reserved.</copyright>
<tags>jQuery jQueryUI plugins</tags>
<dependencies>
<dependency id="jQuery.UI.Combined" version="1.8.9" />
</dependencies>
</metadata>
<files>
<file src="jquery.iframeDialog.js" target="content\Scripts\jquery.iframeDialog.js" />
</files>
</package>