mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-12-22 00:35:09 -08:00
Add missing package.json
This commit is contained in:
parent
68e9568ccc
commit
cc3157881a
1 changed files with 21 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "mmm-pages",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Add pages to your MagicMirror².",
|
||||||
|
"main": "MMM-pages.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/edward-shen/MMM-pages.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"MagicMirror",
|
||||||
|
"pages",
|
||||||
|
"slides"
|
||||||
|
],
|
||||||
|
"author": "Edward Shen",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/edward-shen/MMM-pages/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/edward-shen/MMM-pages#readme"
|
||||||
|
}
|
Loading…
Reference in a new issue