forked from 74Labs/node-red-contrib-google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 935 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
41
42
{
"name": "@gaphi/node-red-contrib-google-oauth2",
"version": "0.3.3-3",
"description": "Node-RED node for Google APIs call using OAuth2.",
"dependencies": {
"googleapis": "^67.0.0"
},
"license": "MIT",
"deprecated": false,
"homepage": "https://github.com/GaPhi/node-red-contrib-google-oauth2#readme",
"keywords": [
"node-red",
"google",
"googleapis",
"oauth2"
],
"node-red": {
"nodes": {
"google": "./google.js",
"google-credentials": "./google-auth.js"
}
},
"author": {
"name": "Tom Stanczyk"
},
"bugs": {
"url": "https://github.com/GaPhi/node-red-contrib-google-oauth2/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Patrick Hieber"
},
{
"name": "Philippe Gressé-Lugué"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/GaPhi/node-red-contrib-google-oauth2.git"
}
}