mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +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#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.
|
||||
|
@ -8,7 +8,8 @@
|
||||
"eslint": "eslint .",
|
||||
"jscs": "jscs **/**/**/**/*.js",
|
||||
"stylelint": "stylelint css/main.css fonts/roboto.css",
|
||||
"htmlvalidator": "html-validator --file=index.html"
|
||||
"htmlvalidator": "html-validator --file=index.html",
|
||||
"test": "snyk test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -41,6 +42,7 @@
|
||||
"iconv-lite": "latest",
|
||||
"moment": "latest",
|
||||
"request": "latest",
|
||||
"snyk": "^1.13.2",
|
||||
"socket.io": "latest",
|
||||
"valid-url": "latest",
|
||||
"walk": "latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user