Created by: aaronroberson
Added angular-storage
to module exports so that after installing via npm, the package can be required in the angular module dependency list such as:
angular.module('myApp', [require('angular-storage')]);
This is helpful for Browserify and Webpack.