Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 617 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 617 Bytes

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.