26 lines
541 B
JSON
26 lines
541 B
JSON
{
|
|
"name": "google-photo-album-sync",
|
|
"version": "1.0.0",
|
|
"description": "Syncs a google photo album with a harddrive",
|
|
"main": "src/sync.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"token": "node src/getToken.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"
|
|
}
|
|
}
|