-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 766 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "MMM-ChartProvider-JSON",
"version": "1.0.0",
"description": "Magic Mirror Module for pulling JSON feeds, converting to NDTF format and passing to a main module",
"repository": {
"type": "git",
"url": "git+https://github.com/TheBodger/MMM-ChartProvider-JSON"
},
"author": {
"name": "N Scott"
},
"keywords": [
"magic mirror",
"smart mirror",
"JSON Feeds",
"module",
"provider"
],
"dependencies": {
"axios": "latest",
"winston": "latest",
"moment": "latest",
"request": "latest",
"fs": "latest"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBodger/MMM-ChartProvider-JSON/issues"
},
"homepage": "https://github.com/TheBodger/MMM-ChartProvider-JSON#readme"
}