-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
42 lines (42 loc) · 1.04 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
41
42
{
"name": "MMM-NowPlayingOnSpotify",
"version": "1.0.0",
"description": "A module for MagicMirror 2 displaying the currently playing song on Spotify.",
"repository": {
"type": "git",
"url": "https://github.com/raywo/MMM-NowPlayingOnSpotify"
},
"keywords": [
"magic mirror",
"magic mirror 2",
"smart mirror",
"spotify",
"module"
],
"author": {
"name": "raywo",
"email": "ray@skillbird.de",
"url": "https://github.com/raywo"
},
"contributors": [
"https://github.com/raywo/MMM-NowPlayingOnSpotify/graphs/contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/raywo/MMM-NowPlayingOnSpotify/issues"
},
"homepage": "https://github.com/raywo/MMM-NowPlayingOnSpotify",
"engines": {
"node": ">=7"
},
"dependencies": {
"cookie-parser": "1.4.3",
"express": "~4.16.0",
"moment-duration-format": "^2.2.2",
"npm": "^5.7.1",
"querystring": "~0.2.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"body-parser": "^1.18.2"
}
}