-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 982 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "simple-oauth2-google-plus",
"version": "0.5.1",
"description": "A simple Node.js client library for Google+ OAuth2",
"keywords": [
"oauth2",
"oauth2-client",
"google-plus",
"google-plus-login",
"google-plus-api",
"google-plus-auth",
"google-auth2",
"google-api",
"simple-oauth2"
],
"author": "JimmyCode Social <hi@jimmycode.com>",
"contributors": [
{
"name": "Alberto Menendez Romero",
"url": "https://www.linkedin.com/in/albertomr86/"
}
],
"homepage": "https://github.com/jimmycodesocial/simple-oauth2-google-plus",
"bugs": {
"url": "https://github.com/jimmycodesocial/simple-oauth2-google-plus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimmycodesocial/simple-oauth2-google-plus.git"
},
"engine": {
"node": ">=8.0"
},
"main": "src/index.js",
"license": "MIT",
"scripts": {},
"dependencies": {
"simple-oauth2": "^2.2.0"
}
}