|
|
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>bootstrap</id>
- <version>3.1.1</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>
- <releaseNotes>http://blog.getbootstrap.com/2014/02/13/bootstrap-3-1-1-released/</releaseNotes>
- <copyright>Copyright 2013</copyright>
- <tags>bootstrap html css javascript web</tags>
- <dependencies>
- <dependency id="jquery" version="1.9.0" />
- </dependencies>
- </metadata>
- </package>
|