-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 866 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
36
37
{
"name": "notification-cli",
"version": "1.0.4",
"description": "Minimalistic Command Line Notification Application under 50 Lines",
"main": "noc",
"bin": {
"noc": "./noc"
},
"dependencies": {
"commander": "^6.2.1",
"moment": "^2.29.1",
"node-notifier": "^9.0.0",
"node-schedule": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/yuis-ice/notification-cli",
"repository": {
"type": "git",
"url": "https://github.com/yuis-ice/notification-cli.git"
},
"keywords": [
"notifications",
"nodejs",
"cli",
"reminder",
"command-line",
"scheduler",
"cli-app",
"command-line-tool",
"time-management"
],
"author": "Fumiya Arisaka <[email protected]>",
"license": "BSD-3-Clause"
}