forked from nischi/MMM-News-QR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 923 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
{
"name": "mmm-news-qr",
"version": "1.1.0",
"description": "Create a QR-Code of the News which is currently showing in the default [Newsfeed](https://github.com/MichMich/MagicMirror/tree/master/modules/default/newsfeed \"Newsfeed\") Module\nThanks to [Evghenii Marinescu](https://github.com/MarinescuEvghenii \"Evghenii Marinescu\") for the inspiration of this module and the prework with your Module [MMM-QRCode](https://github.com/MarinescuEvghenii/MMM-QRCode \"MMM-QRCode\").",
"main": "MMM-News-QR.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nischi/MMM-News-QR.git"
},
"author": "nischi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nischi/MMM-News-QR/issues"
},
"homepage": "https://github.com/nischi/MMM-News-QR#readme",
"dependencies": {
"qrcode": "^1.4.4"
}
}