-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1002 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": "2.0.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 **/*.json !**/node_modules",
"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": "^14.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"markdownlint-cli": "^0.39.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0"
}
}