-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
executable file
·38 lines (38 loc) · 945 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
{
"name": "MMM-PublicTransportHafas",
"version": "1.0.4",
"description": "Public transport module for MagicMirror 2 driven by hafas-client data.",
"repository": {
"type": "git",
"url": "https://github.com/raywo/MMM-PublicTransportHafas"
},
"keywords": [
"magic mirror",
"magic mirror 2",
"smart mirror",
"public transport",
"public transport Leipzig",
"module"
],
"author": {
"name": "raywo",
"email": "[email protected]",
"url": "https://github.com/raywo"
},
"contributors": [
"https://github.com/raywo/MMM-PublicTransportHafas/graphs/contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/raywo/MMM-PublicTransportHafas/issues"
},
"homepage": "https://github.com/raywo/MMM-PublicTransportHafas",
"engines": {
"node": ">=7"
},
"dependencies": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
"hafas-client": "^2.3.4"
}
}