mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-24 11:14:29 -08:00
32 lines
732 B
JSON
32 lines
732 B
JSON
{
|
|
"name": "mmm-pages",
|
|
"version": "1.0.0",
|
|
"description": "Add pages to your MagicMirror².",
|
|
"main": "MMM-pages.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "npm run lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sdetweil/MMM-pages.git"
|
|
},
|
|
"keywords": [
|
|
"MagicMirror",
|
|
"pages",
|
|
"slides"
|
|
],
|
|
"author": "Edward Shen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sdetweil/MMM-pages/issues"
|
|
},
|
|
"homepage": "https://github.com/sdetweil/MMM-pages#readme",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
"eslint": "^9.10.0",
|
|
"globals": "^15.9.0"
|
|
}
|
|
}
|