-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 910 Bytes
/
package.json
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
33
34
35
{
"name": "checktower",
"version": "0.0.1",
"description": "A tools to check stuff and send notifications",
"main": "index",
"repository": {
"type": "git",
"url": "git://github.com/Vincz/Checktower.git"
},
"homepage": "https://github.com/Vincz/Checktower",
"bugs": "https://github.com/Vincz/Checktower/issues",
"dependencies": {
"axios": "^0.18.0",
"commander": "^2.20.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-mailjet": "^3.3.1",
"node-notifier": "^5.4.0",
"node-schedule": "^1.3.2",
"pushover-notifications": "^1.2.0"
},
"keywords": [
"notifications",
"check",
"cron"
],
"author": {
"name": "Vincent Fullstack",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">=8.1.3"
}
}