forked from jclarke0000/MMM-OpenWeatherForecast
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 Bytes
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
{
"name": "mmm-openweatherforecast",
"version": "1.0.1",
"description": "MagicMirror² module that gets weather forecast data from OpenWeatherMap.",
"repository": {
"type": "git",
"url": "git+https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast.git"
},
"main": "MMM-OpenWeatherForecast.js",
"type": "commonjs",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"test": "node --run lint"
},
"author": "Jeff Clarke",
"license": "MIT",
"dependencies": {
"moment": "^2.30.1"
},
"keywords": [
"MagicMirror",
"OpenWeatherMap",
"Weather",
"Forecast"
],
"devDependencies": {
"@eslint/css": "^0.10.0",
"@eslint/js": "^9.30.1",
"@eslint/markdown": "^7.0.0",
"@stylistic/eslint-plugin": "^5.1.0",
"eslint": "^9.30.1",
"globals": "^16.3.0"
}
}