-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 858 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-fsapi",
"version": "1.0.0",
"description": "MagicMirror² module that gets current playing information for devices that implement the FSAPI",
"repository": {
"type": "git",
"url": "git+https://github.com/MarcLandis/MMM-FSAPI"
},
"main": "MMM-FSAPI.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MagicMirror",
"smart mirror",
"music",
"module"
],
"author": "Marc Landis",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarcLandis/MMM-FSAPI/issues"
},
"homepage": "https://github.com/MarcLandis/MMM-FSAPI",
"dependencies": {
"needle": "^3.3.1",
"@xmldom/xmldom": "^0.9.7",
"radiodns": "^1.2.0",
"xml-js": "^1.6.11",
"jsonata": "^2.0.6"
}
}