initial add
This commit is contained in:
22
packages/bootstrap.3.1.0/bootstrap.3.1.0.nuspec
vendored
Normal file
22
packages/bootstrap.3.1.0/bootstrap.3.1.0.nuspec
vendored
Normal 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>
|
Reference in New Issue
Block a user