-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "Magic-Mirror-Module-Vrr",
"version": "1.6.5",
"description": "Displays the next departure times of Trains, subway and Busses from any city and station in the german federal state North Rhine-Westphalia",
"main": "MMM-Vrr.js",
"author": "Steven Zemelka <[email protected]>",
"license": "MIT",
"devDependencies": {
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^3.1.6",
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
},
"keywords": [
"magic mirror",
"smart mirror",
"vrr",
"transportation",
"module"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Klizzy/MMM-Vrr.git"
},
"bugs": {
"url": "https://github.com/Klizzy/MMM-Vrr/issues"
},
"dependencies": {
"request": "^2.88.2"
}
}