bootstrap.3.2.0.nuspec 1.09 KB
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>bootstrap</id>
    <version>3.2.0</version>
    <title>Bootstrap</title>
    <authors>Mark Otto, Jacob Thornton</authors>
    <owners>Mark Otto, Jacob Thornton</owners>
    <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/twbs/bootstrap</projectUrl>
    <iconUrl>https://github.com/twbs/bootstrap/blob/master/docs-assets/ico/apple-touch-icon-144-precomposed.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</description>
    <summary />
    <releaseNotes>http://blog.getbootstrap.com/2014/06/26/bootstrap-3-2-0-released/</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <language />
    <tags>bootstrap html css javascript web</tags>
    <dependencies>
      <dependency id="jquery" version="1.9.0" />
    </dependencies>
  </metadata>
</package>