-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 944 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
34
35
36
37
38
39
{
"name": "mmm-embedurl",
"version": "0.0.8",
"description": "A module for MagicMirror² which embeds other html elements like websites or images.",
"main": "MMM-EmbedURL",
"dependencies": {
"@iconify/iconify": "latest"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin": "^2.8.0",
"eslint": "^9.10.0",
"globals": "^15.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tom-Hirschberger/MMM-EmbedURL.git"
},
"keywords": [
"MagicMirror",
"MM",
"Embed",
"Iframe",
"Webview",
"mjpeg",
"videostream"
],
"author": "Thomas Hirschberger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tom-Hirschberger/MMM-EmbedURL/issues"
},
"homepage": "https://github.com/Tom-Hirschberger/MMM-EmbedURL/#readme",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run lint"
}
}