Skip to content

Commit f305a7b

Browse files
committed
update package.json
1 parent 606208a commit f305a7b

8 files changed

+53
-6
lines changed

.gitattributes

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

Example.JPG

100644100755
File mode changed.

MMM-Losung.css

100644100755
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.MMM-Losung {
2-
display: block;
2+
display: flex;
33
flex-direction: column;
4-
width: 100%;
5-
height: 100%;
6-
margin: 0;
4+
/* width: 100%;
5+
height: 100%; */
6+
/* margin: 0; */
77
padding: 0;
8-
position: relative;
8+
/* position: relative; */
99
/* align-items: center;
1010
justify-content: center;
1111
justify-self: center; */

MMM-Losung.js

100644100755
File mode changed.

node_helper.js

100644100755
File mode changed.

package-lock.json

100644100755
+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

100644100755
+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"dependencies": {
3+
"node-fetch": "^3.0.0",
34
"xml2json": "^0.12.0"
4-
}
5+
},
6+
"name": "MMM-Losung",
7+
"description": "This is a module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/). It will display the daily verse of the day from www.losungen.de (direct link: https://www.losungen.de/download/). You have to download the *.xml file from their website and place that *.xml file in the root folder of the module.",
8+
"version": "1.0.0",
9+
"main": "MMM-Losung.js",
10+
"devDependencies": {},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/Dobherrmann/MMM-Losung.git"
17+
},
18+
"keywords": [],
19+
"author": "",
20+
"license": "ISC",
21+
"bugs": {
22+
"url": "https://github.com/Dobherrmann/MMM-Losung/issues"
23+
},
24+
"homepage": "https://github.com/Dobherrmann/MMM-Losung#readme"
525
}

0 commit comments

Comments
 (0)