You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.1 KiB

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>bootstrap</id>
  5. <version>3.1.1</version>
  6. <title>Bootstrap</title>
  7. <authors>Mark Otto, Jacob Thornton</authors>
  8. <owners>Mark Otto, Jacob Thornton</owners>
  9. <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/twbs/bootstrap</projectUrl>
  11. <iconUrl>https://github.com/twbs/bootstrap/blob/master/docs-assets/ico/apple-touch-icon-144-precomposed.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</description>
  14. <releaseNotes>http://blog.getbootstrap.com/2014/02/13/bootstrap-3-1-1-released/</releaseNotes>
  15. <copyright>Copyright 2013</copyright>
  16. <tags>bootstrap html css javascript web</tags>
  17. <dependencies>
  18. <dependency id="jquery" version="1.9.0" />
  19. </dependencies>
  20. </metadata>
  21. </package>