-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 983 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
38
39
40
41
{
"name": "MMM-DVB",
"version": "0.0.1",
"description": "MagicMirror² module - station monitor for the Dresden public transport system (DVB)",
"repository": {
"type": "git",
"url": "git+https://github.com/skastenholz/MMM-DVB.git"
},
"keywords": [
"MagicMirror",
"DVB",
"VVO",
"Dresden",
"magic mirror",
"smart mirror",
"public transport",
"local transit"
],
"author": "skastenholz",
"license": "MIT",
"bugs": {
"url": "https://github.com/skastenholz/MMM-DVB/issues"
},
"homepage": "https://github.com/skastenholz/MMM-DVB#readme",
"dependencies": {
"dvbjs": "^6.0.1"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-cssbeautifier": "^0.1.2",
"grunt-jsbeautifier": "^0.2.13",
"grunt-markdownlint": "^3.1.5",
"time-grunt": "^2.0.0"
},
"overrides": {
"axios": "0.21.1"
}
}