mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "magicmirror",
|
|
"version": "2.1.3-dev",
|
|
"description": "The open source modular smart mirror platform.",
|
|
"main": "js/electron.js",
|
|
"scripts": {
|
|
"start": "sh run-start.sh",
|
|
"install": "cd vendor && npm install",
|
|
"postinstall": "sh installers/postinstall/postinstall.sh",
|
|
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests --recursive",
|
|
"test:unit": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/unit --recursive",
|
|
"test:e2e": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/e2e --recursive",
|
|
"config:check": "node tests/configs/check_config.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://magicmirror.builders",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"chai-as-promised": "^6.0.0",
|
|
"current-week-number": "^1.0.7",
|
|
"grunt": "latest",
|
|
"grunt-eslint": "latest",
|
|
"grunt-jsonlint": "latest",
|
|
"grunt-markdownlint": "^1.0.39",
|
|
"grunt-stylelint": "latest",
|
|
"grunt-yamllint": "latest",
|
|
"http-auth": "^3.1.3",
|
|
"jshint": "^2.9.4",
|
|
"mocha": "^3.4.2",
|
|
"spectron": "^3.6.4",
|
|
"stylelint": "^7.11.0",
|
|
"stylelint-config-standard": "latest",
|
|
"time-grunt": "latest"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.17.2",
|
|
"colors": "^1.1.2",
|
|
"cookie": "^0.3.1",
|
|
"electron": "^1.6.10",
|
|
"express": "^4.15.3",
|
|
"express-ipfilter": "latest",
|
|
"feedme": "latest",
|
|
"helmet": "^3.6.1",
|
|
"iconv-lite": "latest",
|
|
"moment": "latest",
|
|
"request": "^2.81.0",
|
|
"rrule-alt": "^2.2.5",
|
|
"simple-git": "^1.73.0",
|
|
"socket.io": "^2.0.2",
|
|
"valid-url": "latest",
|
|
"walk": "latest"
|
|
}
|
|
}
|