-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.09 KB
/
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
{
"name": "mmm-onspotify",
"version": "4.0.0",
"description": "A MagicMirror² module to display Spotify Connect data. Highly customizable. Allows DynamicTheming.",
"repository": {
"type": "git",
"url": "https://github.com/Fabrizz/MMM-OnSpotify.git"
},
"keywords": [
"MagicMirror",
"MagicMirror²",
"MM2",
"Spotify",
"Spotify Connect",
"Mirror"
],
"author": {
"name": "Fabrizz",
"email": "[email protected]",
"url": "https://fabriz.co/"
},
"bugs": {
"url": "https://github.com/Fabrizz/MMM-OnSpotify/issues"
},
"homepage": "https://github.com/Fabrizz/MMM-OnSpotify#readme",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"dompurify": "^3.0.6",
"express": "^4.18.2",
"google-protobuf": "^3.21.2",
"node-fetch": "^2.6.9",
"querystring": "^0.2.1",
"request": "^2.88.2"
},
"scripts": {
"auth": "cd auth && node authorization.js"
}
}