Adding bower.json
Hello, my first pull request so I hope this is right.
Adding bower.json to make this work with the bower package management system.
There is already bower support
Quite possible that I am not aware of how to use bower properly. This is the issue I am dealing with. There seem to be 3 package manager files in every package these days, component.json bower.json and package.json. Bower used to use component.json but then moved away from it for whatever reasons. They are all very similar and look to be built automatically at the same time in most packages.
I am running bower v 1.2.8 and when I install ember-auth it looks for bower.json for it's dependancies and main files for _js _css _images. Because this doesn't exist bower is not picking up the dependancies and in my case is not automatically adding the "main" files to my project.
I'm running 1.2.8 too. If you do bower search ember-auth it should be there as top result. You can install it using bower install ember-auth --save, this will install and save it to your bower.json.
Also if you check the docs you'll see the first section with dropdown to choose your installation