-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 892 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
{
"name": "mmm-froelingconnect",
"version": "1.0.0",
"description": "Fröling Connect module for [MagicMirror²](https://github.com/MichMich/MagicMirror). The module connects to the Fröling API and displays some device data. This module is inspired from https://github.com/TA2k/ioBroker.froeling",
"author": "Markus Eckert",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0"
},
"main": "MMM-FroelingConnect.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eckonator/MMM-FroelingConnect.git"
},
"keywords": [
"MagicMirror",
"fröling connect",
"fröling"
],
"bugs": {
"url": "https://github.com/eckonator/MMM-FroelingConnect/issues"
},
"homepage": "https://github.com/eckonator/MMM-FroelingConnect#readme"
}