From 0c174c2e17e4837612eab4c740aa88084d5c614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Thu, 15 Dec 2016 19:49:12 -0300 Subject: [PATCH] fixes into package.json file --- package.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index dbb55b6..3af55f8 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,25 @@ { - "name": "Magic-Mirror-Module-Smartthinngs", + "name": "Magic-Mirror-Module-iFrame", "version": "1.0.0", - "description": "Google Maps Traffic module for the Magic Mirror.", + "description": " An iFrame module for Magic Mirror.", "repository": { "type": "git", - "url": "git+https://github.com/SamLewis0602/MMM-Traffic" + "url": "git+https://github.com/desertblade/iFrame.git" }, "keywords": [ "magic mirror", "smart mirror", - "traffic", + "iframe", + "http", + "web", "module" ], - "author": "Sam Lewis", - "contributors": "https://github.com/SamLewis0602/MMM-Traffic/graphs/contributors", + "author": "Ben Williams", + "contributors": "https://github.com/desertblade/iFrame/graphs/contributors", "license": "MIT", "bugs": { - "url": "https://github.com/SamLewis0602/MMM-Traffic/issues" + "url": "https://github.com/desertblade/iFrame/issues" }, - "homepage": "https://github.com/SamLewis0602/MMM-Traffic#readme", - "dependencies": { - "request": "latest", - "express": "latest", - "body-parser" : "latest" - } + "homepage": "https://github.com/desertblade/iFrame#readme", + "dependencies": {} }