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