diff --git a/angular-google-gapi-0.1.js b/angular-google-gapi.js similarity index 100% rename from angular-google-gapi-0.1.js rename to angular-google-gapi.js diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c17decc --- /dev/null +++ b/bower.json @@ -0,0 +1,30 @@ +{ + "name": "angular-cloud-gapi", + "version": "0.1.0", + "homepage": "https://github.com/maximepvrt/angular-cloud-gapi", + "authors": [ + "maximepvrt " + ], + "description": "An AngularJS module for use all Google Apis and your Google Cloud Endpoints with OAuth. This module use Google APIs Client Library for JavaScript, available for all GApis.", + "main": "angular-google-gapi.js", + "keywords": [ + "google apis", + "google api", + "google cloud endpoints", + "angular.js" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular": "~1.x" + }, + "devDependencies": { + "angular-mocks": "~1.x" + } +}