From c4476367cd2221488ac2121618594624763f81ea Mon Sep 17 00:00:00 2001 From: Tobias Buss Date: Mon, 9 Oct 2023 17:16:20 +0200 Subject: [PATCH] initial files --- README.md | 5 +++++ package.json | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 README.md create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfd9f34 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Install + +git clone https://github.com/tbuss/MMM-Wordpress.git +cd MMM-Wordpress +npm install diff --git a/package.json b/package.json new file mode 100644 index 0000000..5359b3e --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "mmm-wordpress", + "version": "1.0.0", + "description": "Magic Mirror Module for displaying Wordpress posts", + "main": "MMM-Wordpress.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tbuss/MMM-Wordpress.git" + }, + "keywords": [ + "magic", + "mirror", + "wordpress" + ], + "author": "t.buss", + "license": "ISC", + "bugs": { + "url": "https://github.com/tbuss/MMM-Wordpress/issues" + }, + "homepage": "https://github.com/tbuss/MMM-Wordpress#readme" + } + \ No newline at end of file