forked from barnabycolby/MMM-Carousel
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mmm-carousel",
"version": "0.5.3",
"description": "Displays a single MagicMirror² module at a time or in groups of slides, rotating through the list of configured modules in a carousel-like fashion.",
"keywords": [
"magic",
"mirror",
"carousel",
"navigation",
"move",
"resize modules",
"slides",
"tabs",
"pages"
],
"homepage": "https://github.com/shbatm/MMM-Carousel/#readme",
"bugs": {
"url": "https://github.com/shbatm/MMM-Carousel/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shbatm/MMM-Carousel.git"
},
"license": "MIT",
"author": "Barnaby Colby (https://github.com/barnabycolby/)",
"contributors": [
{
"name": "shbatm",
"url": "https://github.com/shbatm/"
}
],
"main": "MMM-Carousel.js",
"scripts": {
"lint": "eslint && stylelint **/*.css && markdownlint . --ignore node_modules && prettier --check .",
"lint:fix": "eslint --fix && stylelint **/*.css --fix && markdownlint . --ignore node_modules --fix && prettier --write .",
"test": "npm run lint && npm run test:spelling",
"test:spelling": "cspell . .github"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin": "^4.1.0",
"cspell": "^8.17.5",
"eslint": "^9.21.0",
"eslint-plugin-import-x": "^4.6.1",
"globals": "^16.0.0",
"markdownlint-cli": "^0.44.0",
"prettier": "^3.5.2",
"stylelint": "^16.15.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.3"
}
}