opencb / iva

Generic Interactive Variant Analysis browser
Apache License 2.0
29 stars 18 forks source link

Remove Bower dependency #112

Closed imedina closed 7 years ago

imedina commented 7 years ago

It seems that npm can manage all Bower dependencies from runtime, this will make Bower not necessary and could be removed. The goal of this is to simplify building and remove unneeded dependencies. For this we need basically move dependencies section from bower.json to package.json (https://docs.npmjs.com/files/package.json#dependencies)

Tasks: