This package has been deprecated
Author message:
Deprecated as Bower is practically unmaintained. Check out [`npm-name`](https://github.com/sindresorhus/npm-name) instead.
bower-name
3.0.0 • Public • Published Deprecated
Deprecated as Bower is practically unmaintained. Check out npm-name
instead.
bower-name
Check whether a package name is available on bower
Install
$ npm install --save bower-name
Usage
const bowerName = require('bower-name');
bowerName('jquery').then(available => {
console.log(available);
});
Related
License
MIT © Sindre Sorhus
Package Sidebar
Install
Weekly Downloads