forked from clegallic/MMM-GoogleDriveSlideShow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "MMM-GoogleDriveSlideShow",
"version": "1.0.0",
"private": true,
"description": "MagicMirror² Module to display photos stored in Google Drive as a slideshow",
"main": "MMM-GoogleDriveSlideShow.js",
"scripts": {
"token:generate": "node generate-auth-token.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clegallic/MMM-GoogeDriveSlideShow.git"
},
"author": "Charles Le Gallic",
"license": "MIT",
"bugs": {
"url": "https://github.com/clegallic/MMM-GoogeDriveSlideShow/issues"
},
"homepage": "https://github.com/clegallic/MMM-GoogeDriveSlideShow#readme",
"dependencies": {
"googleapis": "^171.4.0",
"jsonschema": "^1.5.0"
}
}