-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 838 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
{
"name": "MMM-PublicTransportLeipzig",
"version": "0.1.1",
"description": "LVB-client driven public transport module for MagicMirror 2.",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"magic mirror",
"magic mirror 2",
"smart mirror",
"public transport",
"public transport Leipzig",
"module"
],
"author": {
"name": "raywo",
"email": "",
"url": ""
},
"contributors": "https://github.com/raywo/MMM-PublicTransportLeipzig/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/raywo/MMM-PublicTransportLeipzig/issues"
},
"homepage": "https://github.com/raywo/MMM-PublicTransportLeipzig",
"engines": {
"node": ">=6"
},
"dependencies": {
"lodash.isobject": "^3.0.2",
"lvb": "0.0.2",
"stylelint": "^9.0.0"
}
}