This removes bower in favor of npm... mostly. The firebase library, when brought in with npm, requires browserify or some other tool to package it for the front-end. Rather than doing that, I thought it was simpler to include the client version of firebase here in this repo. I might change this in the future, but it's easy for now.
I had to bump the version of angular-google-analytics from 0.0.13 to 0.0.15 since the earlier wasn't available via npm.
This removes
bower
in favor ofnpm
... mostly. Thefirebase
library, when brought in withnpm
, requiresbrowserify
or some other tool to package it for the front-end. Rather than doing that, I thought it was simpler to include the client version offirebase
here in this repo. I might change this in the future, but it's easy for now.I had to bump the version of
angular-google-analytics
from0.0.13
to0.0.15
since the earlier wasn't available vianpm
.