A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Debowerify is a Browserify transform that lets you `require('module-name')` for components installed via Bower, automatically pulling the correct Bower‑resolved files (and, when paired with deamdify, AMD modules) into your bundled client‑side JavaScript. It’s aimed at developers who use Browserify for front‑end builds and want to incorporate Bower packages—especially those without CommonJS exports—without manually wiring paths or copying files.