1.0.1 • Published 10 years ago

bower-path v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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.