Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt committed Dec 3, 2014
1 parent 04a1b38 commit 42666aa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
File renamed without changes.
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "angular-cloud-gapi",
"version": "0.1.0",
"homepage": "https://github.com/maximepvrt/angular-cloud-gapi",
"authors": [
"maximepvrt <[email protected]>"
],
"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"
}
}

0 comments on commit 42666aa

Please sign in to comment.