Do we need bower + npm ?
This project uses bower + npm package managers.
The dependencies added by bower are:
"jquery": "^3.2.1",
"dustjs-linkedin": "^2.7.5",
"bootstrap": "^4.0.0",
"dustjs-helpers": "^1.7.3",
"lodash": "^4.17.5",
"moment": "momentjs#^2.21.0"
They could be managed by npm instead, and then we could drop bower. On top of that, bower's maintainers recommend to drop it and use another one instead (yarn)