-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 889 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
{
"name": "mmm-oelpreise",
"version": "1.0.0",
"description": "Chart module for [MagicMirror²](https://github.com/MichMich/MagicMirror). The module displays oil prices for the current year based on [Chart.js](http://www.chartjs.org/) and the API of [heizoel24.de](https://www.heizoel24.de/charts/heizoel).",
"author": "Markus Eckert",
"license": "MIT",
"dependencies": {
"request": "latest",
"chart.js": "^3.7.1"
},
"main": "MMM-Oelpreise.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eckonator/MMM-Oelpreise.git"
},
"keywords": [
"MagicMirror",
"Oil",
"Chart"
],
"bugs": {
"url": "https://github.com/eckonator/MMM-Oelpreise/issues"
},
"homepage": "https://github.com/eckonator/MMM-Oelpreise#readme"
}