Initial commit
This commit is contained in:
commit
41c22ec04d
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
secrets.*
|
1224
package-lock.json
generated
Normal file
1224
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "google-photo-album-sync",
|
||||
"version": "1.0.0",
|
||||
"description": "Syncs a google photo album with a harddrive",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"server": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"photos",
|
||||
"sync",
|
||||
"google",
|
||||
"cloud"
|
||||
],
|
||||
"author": "Daniel Kluge",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.0",
|
||||
"express": "^4.18.1",
|
||||
"node-fetch": "^3.2.4",
|
||||
"open": "^8.4.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user