-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
37 lines (37 loc) · 895 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
30
31
32
33
34
35
36
37
{
"name": "mmm-fuel",
"version": "2.5.0",
"description": "Gas Station price Module for MagicMirror2",
"scripts": {
"lint": "eslint . && stylelint **/*.css",
"docs": "jsdoc -c jsdoc.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fewieden/MMM-Fuel.git"
},
"keywords": [
"MagicMirror",
"Fuel price",
"Gas Station"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-Fuel/issues"
},
"homepage": "https://github.com/fewieden/MMM-Fuel#readme",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-recommended": "^4.1.0",
"jsdoc": "^3.6.11",
"stylelint": "^14.10.0",
"stylelint-config-standard": "^27.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-fetch": "^2.6.7",
"node-html-parser": "^5.4.1"
}
}