bower-path

1.0.1 • Public • Published

bower-path NPM version

Quickly resolve the main path of a Bower component.

$ npm install bower-path

Resolving a Bower component's path

bower-path looks inside the component's .bower.json file for the main attribute.

var resolve = require('bower-path');
var path = resolve('jquery');

bower-path takes into consideration .bowerrc config files, and defaults to bower_components.


Package Sidebar

Install

npm i bower-path

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cobbdb