MMM-pages/package.json
2024-12-06 09:31:05 +01:00

27 lines
638 B
JSON

{
"name": "mmm-pages",
"version": "1.0.0",
"description": "Add pages to your MagicMirror².",
"main": "MMM-pages.js",
"repository": {
"type": "git",
"url": "git+https://github.com/edward-shen/MMM-pages.git"
},
"keywords": [
"MagicMirror",
"pages",
"slides"
],
"author": "Edward Shen",
"license": "MIT",
"bugs": {
"url": "https://github.com/edward-shen/MMM-pages/issues"
},
"homepage": "https://github.com/edward-shen/MMM-pages#readme",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin": "^2.11.0",
"eslint": "^9.16.0",
"globals": "^15.13.0"
}
}