mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "magicmirror",
|
|
"version": "2.1.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",
|
|
"modular"
|
|
],
|
|
"author": "Michael Teeuw",
|
|
"contributors": [
|
|
"https://github.com/MichMich/MagicMirror/graphs/contributors"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MichMich/MagicMirror/issues"
|
|
},
|
|
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
|
"devDependencies": {
|
|
"grunt": "latest",
|
|
"grunt-eslint": "latest",
|
|
"grunt-jsonlint": "latest",
|
|
"grunt-markdownlint": "^1.0.13",
|
|
"grunt-stylelint": "latest",
|
|
"grunt-yamllint": "latest",
|
|
"stylelint-config-standard": "latest",
|
|
"time-grunt": "latest"
|
|
},
|
|
"dependencies": {
|
|
"electron": "^1.4.7",
|
|
"express": "^4.14.0",
|
|
"express-ipfilter": "latest",
|
|
"feedme": "latest",
|
|
"helmet": "^3.1.0",
|
|
"iconv-lite": "latest",
|
|
"moment": "latest",
|
|
"request": "^2.78.0",
|
|
"rrule": "latest",
|
|
"simple-git": "^1.62.0",
|
|
"socket.io": "^1.5.1",
|
|
"valid-url": "latest",
|
|
"walk": "latest"
|
|
}
|
|
}
|