-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 851 Bytes
/
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
{
"name": "MMM-MplayerRadio",
"version": "0.1.4",
"description": "A MagicMirror² module to play radio streams or music files on the mirror. The module can be controlled either by touch or by notifications.",
"main": "MMM-MplayerRadio.js",
"dependencies": {
"child_process": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MagicMirror",
"MM",
"sound",
"radio",
"stream",
"audio",
"mp3"
],
"repository": {
"type": "git",
"url": "[email protected]:Tom-Hirschberger/MMM-MplayerRadio.git"
},
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-MplayerRadio/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-MplayerRadio/#readme"
}