initial add

This commit is contained in:
Jonathan Ouellette
2022-09-27 14:10:30 -07:00
parent 91fd8a50a9
commit 580e90f6a2
3941 changed files with 954648 additions and 19 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>bootstrap</id>
<version>3.1.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>
<releaseNotes>http://blog.getbootstrap.com/2014/01/30/bootstrap-3-1-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>