forked from balassy/MMM-Futar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 976 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-Futar",
"version": "1.6.1",
"description": "MagicMirror module that displays Budapest public transport information.",
"main": "MMM-Futar.js",
"author": "György Balássy",
"license": "MIT",
"scripts": {
"lint": "npm run jsonlint & npm run eslint & npm run markdownlint & npm run stylelint",
"eslint": "eslint *.js",
"jsonlint": "jsonlint --quiet --comments .",
"markdownlint": "markdownlint *.md",
"stylelint": "stylelint *.css"
},
"repository": {
"type": "git",
"url": "git://github.com/balassy/MMM-Futar"
},
"keywords": [
"MagicMirror",
"module",
"Futar",
"transport",
"public-transport",
"Budapest"
],
"devDependencies": {
"@prantlf/jsonlint": "^10.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"markdownlint-cli": "^0.28.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
}