MagicMirror/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2016-03-27 20:40:07 +02:00
{
2016-04-05 15:43:52 -04:00
"name": "magicmirror",
"version": "2.1.0",
2016-04-05 15:43:52 -04:00
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {
2016-11-06 12:54:00 +01:00
"start": "electron js/electron.js"
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",
"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": {
2016-05-03 19:51:07 -04:00
"grunt": "latest",
"grunt-eslint": "latest",
2016-09-10 16:41:57 -04:00
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.13",
2016-09-10 16:41:57 -04:00
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
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": {
"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",
"helmet": "^3.1.0",
2016-04-05 15:43:52 -04:00
"iconv-lite": "latest",
"moment": "latest",
"request": "^2.78.0",
2016-07-30 16:06:48 +02:00
"rrule": "latest",
"simple-git": "^1.62.0",
"socket.io": "^1.5.1",
2016-04-05 15:43:52 -04:00
"valid-url": "latest",
2016-09-22 19:56:54 +02:00
"walk": "latest"
}
}