# bower_resolve

> search bower javascript path.

Latest version **0.1.3** (published 2014-07-09) · BSD license · 0 weekly downloads

## Install

```sh
npm install bower_resolve
pnpm add bower_resolve
yarn add bower_resolve
bun add bower_resolve
```

Provides the command `bower_resolve`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2014-07-09 |
| First published | 2013-08-22 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Fujisawa Shin |
| Maintainers | fnobi |

## Links

- npm: https://www.npmjs.com/package/bower_resolve
- npm.io page: https://npm.io/package/bower_resolve

## Dependencies (3)

- [async](https://npm.io/package/async.md) ~0.2.9
- [colors](https://npm.io/package/colors.md) ~0.6.1
- [optimist](https://npm.io/package/optimist.md) ~0.5.2

## Recent versions

- 0.1.3 (latest) — 2014-07-09
- 0.1.2 — 2013-09-22
- 0.1.1 — 2013-08-22
- 0.1.0 — 2013-08-22

## README

bower_resolve
==============

search bower javascript path.

## install

### from npm

```
npm install bower_resolve
```

### from github

```
git clone git://github.com/fnobi/bower_resolve.git
```

## usage

### on node.js

```
var bowerResolve = require('bower_resolve');

bowerResolve({
    component: 'paper'
}, function (err, jspath) {
    if (err) {
        return;
    }

    console.log(jspath); // => path/to/project/bower_component/paper/dist/paper.js
});
```

### on shell

```
bower_resolve --path <project root> <component name>
```

---
_Source: https://npm.io/package/bower_resolve · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
