2016-03-27 20:40:07 +02:00
|
|
|
{
|
2016-04-05 15:43:52 -04:00
|
|
|
"name": "magicmirror",
|
2016-12-31 21:25:49 +01:00
|
|
|
"version": "2.1.1",
|
2016-04-05 15:43:52 -04:00
|
|
|
"description": "A modular interface for smart mirrors.",
|
|
|
|
"main": "js/electron.js",
|
|
|
|
"scripts": {
|
2017-01-24 02:12:36 -03:00
|
|
|
"start": "sh run-start.sh",
|
2017-01-15 15:40:23 -03:00
|
|
|
"postinstall": "sh installers/postinstall/postinstall.sh",
|
2017-01-31 18:38:25 -03:00
|
|
|
"test": "./node_modules/mocha/bin/mocha tests --recursive",
|
2017-01-31 10:37:03 -08:00
|
|
|
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
|
2017-01-28 23:25:43 -03:00
|
|
|
"test:e2e": "./node_modules/mocha/bin/mocha tests/e2e --recursive"
|
2016-04-05 15:43:52 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"magic mirror",
|
|
|
|
"smart mirror",
|
|
|
|
"mirror UI",
|
|
|
|
"modular"
|
|
|
|
],
|
|
|
|
"author": "Michael Teeuw",
|
2016-11-17 09:34:11 -05:00
|
|
|
"contributors": [
|
|
|
|
"https://github.com/MichMich/MagicMirror/graphs/contributors"
|
|
|
|
],
|
2016-04-05 15:43:52 -04:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MichMich/MagicMirror/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/MichMich/MagicMirror#readme",
|
|
|
|
"devDependencies": {
|
2017-01-15 15:40:23 -03:00
|
|
|
"chai": "^3.5.0",
|
2017-01-30 15:29:25 -08:00
|
|
|
"chai-as-promised": "^6.0.0",
|
2016-05-03 19:51:07 -04:00
|
|
|
"grunt": "latest",
|
|
|
|
"grunt-eslint": "latest",
|
2016-09-10 16:41:57 -04:00
|
|
|
"grunt-jsonlint": "latest",
|
2016-11-17 09:34:11 -05:00
|
|
|
"grunt-markdownlint": "^1.0.13",
|
2016-09-10 16:41:57 -04:00
|
|
|
"grunt-stylelint": "latest",
|
|
|
|
"grunt-yamllint": "latest",
|
2017-01-15 15:40:23 -03:00
|
|
|
"mocha": "^3.2.0",
|
2017-01-30 12:24:49 -03:00
|
|
|
"spectron": "^3.4.1",
|
2016-05-03 19:51:07 -04:00
|
|
|
"stylelint-config-standard": "latest",
|
2016-09-10 16:41:57 -04:00
|
|
|
"time-grunt": "latest"
|
2016-04-05 15:43:52 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-02-21 20:21:46 -03:00
|
|
|
"colors": "^1.1.2",
|
2016-11-17 09:34:11 -05:00
|
|
|
"electron": "^1.4.7",
|
2016-07-30 16:06:48 +02:00
|
|
|
"express": "^4.14.0",
|
2016-09-29 16:34:57 +02:00
|
|
|
"express-ipfilter": "latest",
|
2016-04-05 15:43:52 -04:00
|
|
|
"feedme": "latest",
|
2016-11-17 09:34:11 -05:00
|
|
|
"helmet": "^3.1.0",
|
2016-04-05 15:43:52 -04:00
|
|
|
"iconv-lite": "latest",
|
|
|
|
"moment": "latest",
|
2016-11-17 09:34:11 -05:00
|
|
|
"request": "^2.78.0",
|
2017-01-14 19:31:24 +01:00
|
|
|
"rrule-alt": "^2.2.3",
|
2016-11-17 09:34:11 -05:00
|
|
|
"simple-git": "^1.62.0",
|
2017-02-19 19:57:21 -03:00
|
|
|
"socket.io": "^1.7.3",
|
2016-04-05 15:43:52 -04:00
|
|
|
"valid-url": "latest",
|
2016-09-22 19:56:54 +02:00
|
|
|
"walk": "latest"
|
2016-11-06 12:37:04 +01:00
|
|
|
}
|
2016-09-08 15:14:00 -04:00
|
|
|
}
|