# taptapship/wiredep

Wire Bower dependencies to your source code.

Repository: https://github.com/taptapship/wiredep
Canonical: https://ross.abutalabs.com/products/wiredep
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2017-02-17T21:20:53+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4781, "days_push": 3484, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1143, forks 140 (observed 2026-08-28T04:03:45.048405+00:00)

## What it is
A Node.js library that injects Bower package dependencies (JS and CSS files) into source files between placeholder comments, in correct dependency order. It works standalone, via CLI, or as a stream in Gulp/Grunt build pipelines.

## Use cases
- inject bower dependencies into index.html automatically
- add script tags for bower components in dependency order
- wire bower css and js into my source files
- gulp task to inject bower scripts into html
- programmatically get ordered list of bower dependency files
- replace manual script tag management for bower packages

## When to choose
- you maintain a legacy project still using Bower for front-end dependency management
- you need automatic, order-correct injection of Bower package files into HTML or other source files
- you use Gulp or Grunt and want Bower wiring integrated into your build

## When to avoid
- you use npm, yarn, webpack, Vite, or modern bundlers with import statements instead of Bower
- you are starting a new project - Bower is deprecated
- you need dependency injection for non-Bower package managers

## Facets
- artifact type: library
- maturity: abandoned
- function: build-tool, developer-tools, package-manager
- domain: web-development, frontend, developer-tools
- platform: cli
- tags: bower, dependency-injection, gulp, grunt, script-injection, legacy, automation, nodejs

## Member repositories
- taptapship/wiredep (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.048405+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:58.646998+00:00, confidence not recorded.
  - readme: https://github.com/taptapship/wiredep (fetched 2026-08-28T04:03:45.048405+00:00, sha ba7800c04304)
  - registry_npm: https://registry.npmjs.org/wiredep (fetched 2026-08-29T12:40:16.522120+00:00, sha 56a1ec438be6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
