initial files
This commit is contained in:
parent
127e434063
commit
c4476367cd
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Install
|
||||
|
||||
git clone https://github.com/tbuss/MMM-Wordpress.git
|
||||
cd MMM-Wordpress
|
||||
npm install
|
25
package.json
Normal file
25
package.json
Normal file
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user