angular-strap.nuspec 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>angular-strap</id>
  5. <version>2.1.6</version>
  6. <authors>Olivier Louvignes and contributors</authors>
  7. <owners>mgcrea</owners>
  8. <licenseUrl>https://raw.github.com/mgcrea/angular-strap/master/LICENSE.md</licenseUrl>
  9. <projectUrl>https://github.com/mgcrea/angular-strap</projectUrl>
  10. <iconUrl>https://raw.githubusercontent.com/mgcrea/angular-strap/gh-pages/images/snippet-logo.png</iconUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <description>AngularStrap - AngularJS directives for Bootstrap</description>
  13. <copyright>Copyright Olivier Louvignes 2014</copyright>
  14. <tags>angular bootstrap</tags>
  15. <dependencies>
  16. <dependency id="bootstrap" version="[3.0.0, 4.0.0)" />
  17. <dependency id="AngularJS.Core" version="[1.2.0, 2.0.0)" />
  18. </dependencies>
  19. </metadata>
  20. <files>
  21. <file src="dist\*.*" target="content\Scripts" />
  22. </files>
  23. </package>