bower-latest

1.1.4 • Public • Published

bower-latest

NPM version Build Status Dependency Status Coverage Status

Quickly find the latest version of a package in bower.

Install

$ npm install --save bower-latest

Usage

var bowerLatest = require('bower-latest');
bowerLatest('backbone', function(compontent){
  console.log(compontent.version);
});

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

Release History

(Nothing yet)

License

Copyright (c) 2014 Kentaro Wakayama. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i bower-latest

Weekly Downloads

15

Version

1.1.4

License

MIT

Last publish

Collaborators

  • kwakayama