-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 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
25
26
27
28
29
{
"name": "Magic-Mirror-Module-SimplePlayer",
"version": "1.0.0",
"description": "SimplePlayer module for the Magic Mirror.",
"repository": {
"type": "git",
"url": "git+https://github.com/TheBodger/MMM-SimplePlayer"
},
"keywords": [
"magic mirror",
"smart mirror",
"audio player",
"module"
],
"author": "Chris Brooker",
"contributors": "https://github.com/TheBodger/MMM-SimplePlayer/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBodger/MMM-SimplePlayer/issues"
},
"homepage": "https://github.com/TheBodger/MMM-SimplePlayer#readme",
"dependencies": {
"music-metadata": "^11.7.1",
"xmldom": "^0.6.0",
"xmlbuilder": "^15.1.1",
"xml2js": "^0.6.2",
"extend":"^3.0.2"
}
}