2024-12-05 16:39:52 -08:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2024-12-06 00:31:05 -08:00
|
|
|
"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"
|
|
|
|
}
|
2024-12-05 16:39:52 -08:00
|
|
|
}
|