Bower 1.3.11
dotnet add package Bower --version 1.3.11
NuGet\Install-Package Bower -Version 1.3.11
<PackageReference Include="Bower" Version="1.3.11" />
paket add Bower --version 1.3.11
#r "nuget: Bower, 1.3.11"
// Install Bower as a Cake Addin #addin nuget:?package=Bower&version=1.3.11 // Install Bower as a Cake Tool #tool nuget:?package=Bower&version=1.3.11
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front-end package management, while exposing the package dependency model via an API that can be consumed by a more opinionated build stack. There are no system wide dependencies, no dependencies are shared between different apps, and the dependency tree is flat.
Bower runs over Git, and is package-agnostic. A packaged component can be made up of any type of asset, and use any type of transport (e.g., AMD, CommonJS, etc.).
-- Bundle Features --
This bundle works without Node.js and Git installations, so you can use js-restore on any build server (including cloud TFS) and don't commit external js files.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Bower:
Repository | Stars |
---|---|
microsoft/mattercenter
Microsoft’s Corporate, External, and Legal Affairs (CELA) group, in partnership with the Office extensibility team, developed Matter Center for Office 365 -- a document management and collaboration solution built using the Office app development model, Azure and Sharepoint.
|
|
dhodges47/SCORM-LearningManagementSystem
Open Source SCORM Learning Management System demo
|
- [fix] Restore install missing dependencies on update (1519)
- [bundle] Reduced modules folder nesting to help with 260 max path limit