-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 939 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-wienerlinien",
"version": "2.0.1",
"description": "Public Transport of Vienna/Austria Module for MagicMirror2",
"scripts": {
"lint": "./node_modules/.bin/eslint . && ./node_modules/.bin/stylelint *.css",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fewieden/MMM-WienerLinien.git"
},
"keywords": [
"MagicMirror",
"Vienna",
"Wien",
"Public Transport",
"ÖPNV"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-WienerLinien/issues"
},
"homepage": "https://github.com/fewieden/MMM-WienerLinien#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-recommended": "^4.0.0",
"jsdoc": "^3.6.4",
"stylelint": "^13.3.2",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"node-fetch": "^2.6.0"
}
}