Still a lot to do here, such as better error handling and handling multiple teams matching the name typed in, but it's a start.
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "magic-mirror-module-shiftstate",
|
|
"version": "1.0.0",
|
|
"description": "Show data from DigitalShift sites",
|
|
"main": "MMM-ShiftStats.js",
|
|
"author": "Chris Pickett",
|
|
"repository": "https://github.com/parnic/MMM-ShiftStats.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-shiftstats": "^1.0.0"
|
|
}
|
|
}
|