{ "name": "mmm-worldclock", "version": "1.0.0", "description": "A MagicMirror² module to display the current times of several locations.", "main": "MMM-Worldclock.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ulrichwisser/MMM-Worldclock.git" }, "keywords": [ "MagicMirror", "clock" ], "author": "ulrichwisser", "license": "MIT", "bugs": { "url": "https://github.com/ulrichwisser/MMM-Worldclock/issues" }, "homepage": "https://github.com/ulrichwisser/MMM-Worldclock#readme", "dependencies": { "moment": "^2.30.1", "moment-timezone": "^0.5.45" } }