forked from ianperrin/MMM-ModuleScheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 928 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 928 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
32
{
"name": "MMM-ModuleScheduler",
"version": "1.4.0",
"description": "A MagicMirror helper module to schedule when modules should be shown, hidden or dimmed and when notifications should be sent.",
"main": "MMM-ModuleScheduler.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianperrin/MMM-ModuleScheduler.git"
},
"keywords": [
"MagicMirror",
"Module",
"Scheduler"
],
"author": "Ian Perrin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ianperrin/MMM-ModuleScheduler/issues"
},
"homepage": "https://github.com/ianperrin/MMM-ModuleScheduler#readme",
"dependencies": {
"cron": "^1.1.0"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest"
}
}