ws-bowerdepdeprecated

Collects the dependencies of some special Bower package and merges them with the bower.json in the root.

Usage no npm install needed!

<script type="module">
  import wsBowerdep from 'https://cdn.skypack.dev/ws-bowerdep';
</script>

README

Probably this package isn't useful for you. It collects the dependencies of some special Bower package and merges them with the package.json in the root.

Install

$ npm install ws-bowerdep

Usage

require('ws-bowerdep')(function(config) {
  console.log(config);
});