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:
[x] Move dependencies to package.json
[x] Update index.html and Gruntfile dependencies to _nodemodules folder
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: