-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 938 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
33
{
"name": "mmm-remoteyoutube",
"version": "1.0.0",
"description": "A MagicMirror² module to play YouTube videos using notifications as control.",
"main": "MMM-RemoteYoutube.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run lint"
},
"keywords": [
"MagicMirror",
"module",
"YouTube",
"YouTube iFrame API"
],
"author": "Chloe Altmann",
"license": "MIT",
"homepage": "https://github.com/DreamyChloe/MMM-HueControl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/DreamyChloe/MMM-RemoteYoutube.git"
},
"bugs": {
"url": "https://github.com/DreamyChloe/MMM-RemoteYoutube/issues"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin": "^2.7.2",
"eslint": "^9.10.0",
"globals": "^15.9.0"
}
}