mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-16 03:43:12 +00:00
28 lines
634 B
JSON
28 lines
634 B
JSON
|
{
|
||
|
"name": "Magic-Mirror",
|
||
|
"version": "2.0.0",
|
||
|
"description": "A modular interface for smart mirrors.",
|
||
|
"main": "js/electron.js",
|
||
|
"scripts": {
|
||
|
"start": "electron js/electron.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"magic mirror",
|
||
|
"smart mirror",
|
||
|
"mirror UI"
|
||
|
],
|
||
|
"author": "MichMich and others",
|
||
|
"license": "?",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/MichMich/MagicMirror/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
||
|
"devDependencies": {
|
||
|
"electron-prebuilt": "^0.36.0"
|
||
|
}
|
||
|
}
|