-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 923 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": "node-red-contrib-easybotics-gphoto-upload",
"version": "0.1.9",
"description": "node red nodes to upload photos to google photos",
"keywords": [
"googleapi",
"google-photos",
"google photos",
"gphoto",
"photo",
"backup",
"upload",
"easybotics",
"node-red"
],
"dependencies": {
"upload-gphotos": "^4.2.1"
},
"homepage": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto",
"bugs": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto/issues",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author":
{
"name": "Ben",
"email": "keptan@protonmail.com",
"url": "https://github.com/keptan"
},
"repository":
{
"type": "git",
"url": "https://github.com/easybotics/node-red-contrib-easybotics-gphoto"
},
"license": "ISC",
"node-red": {
"nodes": {
"gphotos": "gphotos.js"
}
}
}