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 Build Status

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);
    //=> false
});

Related

License

MIT © Sindre Sorhus

/bower-name/

    Package Sidebar

    Install

    npm i bower-name

    Weekly Downloads

    7

    Version

    3.0.0

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus