forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
angular-strap.nuspec
22 lines (22 loc) · 1008 Bytes
/
angular-strap.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>angular-strap</id>
<version>2.0.0</version>
<authors>Olivier Louvignes and contributors</authors>
<owners>mgcrea</owners>
<licenseUrl>https://raw.github.com/mgcrea/angular-strap/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/mgcrea/angular-strap</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AngularStrap - AngularJS directives for Bootstrap</description>
<copyright>Copyright Olivier Louvignes 2014</copyright>
<tags>angular bootstrap</tags>
<dependencies>
<dependency id="bootstrap" version="[3.0.0, 4.0.0)" />
<dependency id="AngularJS.Core" version="[1.2.0, 2.0.0)" />
</dependencies>
</metadata>
<files>
<file src="dist\*.*" target="content\Scripts" />
</files>
</package>