mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 12:12:20 +00:00
Merge pull request #155 from nhubbard/v2-beta
Update the README and other things
This commit is contained in:
commit
30bcc8e7f0
@ -1,9 +1,11 @@
|
|||||||

|

|
||||||
|
|
||||||
|
<span align="center">
|
||||||
[](https://david-dm.org/MichMich/MagicMirror/v2-beta)
|
[](https://david-dm.org/MichMich/MagicMirror/v2-beta)
|
||||||
[](https://david-dm.org/MichMich/MagicMirror/v2-beta#info=devDependencies)
|
[](https://david-dm.org/MichMich/MagicMirror/v2-beta#info=devDependencies)
|
||||||
[](https://nodejs.org/dist/latest)
|
[](https://nodejs.org)
|
||||||
|
[](http://choosealicense.com/licenses/mit)
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
This version of the Magic Mirror software focusses on a modular plugin system. Besides that, the MagicMirror² software now also uses [Electron](http://electron.atom.io/), so no more webserver or browser installs necessary.
|
This version of the Magic Mirror software focusses on a modular plugin system. Besides that, the MagicMirror² software now also uses [Electron](http://electron.atom.io/), so no more webserver or browser installs necessary.
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
"eslint": "eslint .",
|
"eslint": "eslint .",
|
||||||
"jscs": "jscs **/**/**/**/*.js",
|
"jscs": "jscs **/**/**/**/*.js",
|
||||||
"stylelint": "stylelint css/main.css fonts/roboto.css",
|
"stylelint": "stylelint css/main.css fonts/roboto.css",
|
||||||
"htmlvalidator": "html-validator --file=index.html"
|
"htmlvalidator": "html-validator --file=index.html",
|
||||||
|
"test": "snyk test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -41,6 +42,7 @@
|
|||||||
"iconv-lite": "latest",
|
"iconv-lite": "latest",
|
||||||
"moment": "latest",
|
"moment": "latest",
|
||||||
"request": "latest",
|
"request": "latest",
|
||||||
|
"snyk": "^1.13.2",
|
||||||
"socket.io": "latest",
|
"socket.io": "latest",
|
||||||
"valid-url": "latest",
|
"valid-url": "latest",
|
||||||
"walk": "latest"
|
"walk": "latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user