Bower 1.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bower --version 1.3.1
NuGet\Install-Package Bower -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bower" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bower --version 1.3.1
#r "nuget: Bower, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bower as a Cake Addin
#addin nuget:?package=Bower&version=1.3.1

// Install Bower as a Cake Tool
#tool nuget:?package=Bower&version=1.3.1

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Bower:

Package Downloads
BowerPower

Add easy bower.js support in Visual Studio Package Manager

Yeoman

Yeoman is the scaffolding tool for creating modern webapps, which helps getting started and bootstrap your application with popular front-end tools and frameworks. It is comprised of three tools: yo (the scaffolding tool), grunt (the build tool) and bower (for package management).

GnuFxTrader.CommonLibrary

Package Description

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
Version Downloads Last updated
1.3.11 669,644 9/22/2014
1.3.5.2 111,476 6/24/2014
1.3.5.1 4,467 6/13/2014
1.3.5 3,550 6/11/2014
1.3.3 3,118 5/30/2014
1.3.1 10,068 3/18/2014
1.2.8 18,381 1/6/2014
1.2.7.4 31,166 12/24/2013
1.2.7.3 2,854 12/24/2013
1.2.7.2 3,290 11/8/2013
1.2.7.1 3,134 11/8/2013
1.2.7 3,424 11/8/2013

- Removed support for node 0.8. It may still work but we will no longer fix bugs for older versions of node.
- Add Bower Insight for opt-in analytics integration to help improve tool and gain insight on community trends
- Add moduleType property to bower init (#934)
- Fix prune command to log only after cleanup is completed (#1023)
- Fix git resolver to ignore pre-release versions (#1017)
- Fix shorthand flag for save option on uninstall command (#1031)
- Add bower version command (#961)
- Add .bowerrc option to use --save by default when using bower install command (#1074)
- Fix git resolver caching (#1083)
- Fix reading versions from cache directory (#1076)
- Add svn support (#1055)
- Allow circular dependencies to be installed (#1104)
- Add scripts/hooks support (#718)
------------------------------------------------------
Bundle changes:
- Single .bin dir support
- Jsgit hacks replaced by nogit dependency (clean bower codebase)