This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04a1b38
commit 42666aa
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |