Merge pull request #155 from nhubbard/v2-beta

Update the README and other things
This commit is contained in:
Michael Teeuw 2016-04-10 22:14:01 +02:00
commit 30bcc8e7f0
3 changed files with 8 additions and 3 deletions

1
.snyk Normal file
View File

@ -0,0 +1 @@
version: v1

View File

@ -1,9 +1,11 @@
![MagicMirror²: The open source modular Smart Mirror platform. ](.github/header.png)
<span align="center">
[![Dependency Status](https://david-dm.org/MichMich/MagicMirror/v2-beta.svg)](https://david-dm.org/MichMich/MagicMirror/v2-beta)
[![devDependency Status](https://david-dm.org/MichMich/MagicMirror/v2-beta/dev-status.svg)](https://david-dm.org/MichMich/MagicMirror/v2-beta#info=devDependencies)
[![Node Version](https://img.shields.io/badge/node-v5.10.1-brightgreen.svg)](https://nodejs.org/dist/latest)
[![Node Version](https://img.shields.io/badge/node-v5.10.1-brightgreen.svg)](https://nodejs.org)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.

View File

@ -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"