Added electron wrapper

This commit is contained in:
Paul-Vincent Roll
2016-03-27 20:40:07 +02:00
parent 74f1da81f2
commit d96b82500a
3 changed files with 80 additions and 1 deletions

27
package.json Executable file
View File

@@ -0,0 +1,27 @@
{
"name": "Magic-Mirror",
"version": "2.0.0",
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {
"start": "electron js/electron.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"keywords": [
"magic mirror",
"smart mirror",
"mirror UI"
],
"author": "MichMich and others",
"license": "?",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"homepage": "https://github.com/MichMich/MagicMirror#readme",
"devDependencies": {
"electron-prebuilt": "^0.36.0"
}
}