Sha256: 58984c0657314225d9aeba4d4522c0c5d17d66c365ab746b4e90a93189a18f1b
Contents?: true
Size: 1.55 KB
Versions: 5
Compression:
Stored size: 1.55 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <metadata> <id>Bootstrap.v3.Datetimepicker.CSS</id> <version>4.0.0</version> <title>Bootstrap 3 Datetimepicker CSS</title> <authors>Eonasdan</authors> <owners>Eonasdan</owners> <projectUrl>https://github.com/Eonasdan/bootstrap-datetimepicker</projectUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub For LESS version install Bootstrap.v3.Datetimepicker</description> <releaseNotes>Check the change log on Github at https://github.com/Eonasdan/bootstrap-datetimepicker/wiki/Change-Log</releaseNotes> <tags>bootstrap date time picker datetimepicker datepicker jquery</tags> <dependencies> <dependency id="Twitter.Bootstrap.Less" version="3.0.0" /> <dependency id="Moment.js" version="2.8.4" /> </dependencies> </metadata> <files> <file src="..\..\src\js\bootstrap-datetimepicker.js" target="content\Scripts" /> <file src="..\..\build\js\bootstrap-datetimepicker.min.js" target="content\Scripts" /> <file src="..\..\build\css\bootstrap-datetimepicker.css" target="content\Content" /> <file src="..\..\build\css\bootstrap-datetimepicker.min.css" target="content\Content" /> <file src="install.ps1" target="tools\" /> </files> </package>
Version data entries
5 entries across 5 versions & 1 rubygems