22 lines
975 B
Text
22 lines
975 B
Text
|
|
<?xml version="1.0"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>bootstrap</id>
|
||
|
|
<version>3.0.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://api.nuget.org/v3-flatcontainer/bootstrap/3.0.0/icon</iconUrl>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<description>Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</description>
|
||
|
|
<summary />
|
||
|
|
<releaseNotes />
|
||
|
|
<copyright>Copyright 2013</copyright>
|
||
|
|
<tags>bootstrap html css javascript web</tags>
|
||
|
|
<dependencies>
|
||
|
|
<dependency id="jquery" version="1.9.0" />
|
||
|
|
</dependencies>
|
||
|
|
</metadata>
|
||
|
|
</package>
|