-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1011 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": "Magic-Mirror-Module-Podcast",
"version": "1.0.1",
"description": "This module downloads a video from a podcast url or custom directory (f.e. own server with static video path). Currently it is only possible to use this module in combination with my MMM-Button module but will be by other means in the future",
"repository": {
"type": "git",
"url": "git+https://github.com/ptrbld/MMM-Podcast"
},
"keywords": [
"magic mirror",
"Podcast",
"Video",
"module"
],
"author": "PtrBld",
"contributors": "https://github.com/prtbld/MMM-Podcast/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/ptrbld/MMM-Podcast/issues"
},
"homepage": "https://github.com/ptrbld/MMM-Podcast#readme",
"scripts": {
"postinstall": "node_modules/.bin/electron-rebuild -e ../../node_modules/electron"
},
"dependencies": {
"node-omx": "latest",
"omxdirector": "latest"
},
"devDependencies": {
"electron-rebuild": "^1.2.1"
}
}