Files
mmm-shiftstats/package.json
Chris Pickett bafd1aa932 Initial commit
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.
2018-04-28 17:03:38 -05:00

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"
}
}