forked from arodik/mindful-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 857 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 857 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
33
34
35
36
37
38
{
"name": "mindful-timer",
"version": "0.4.2",
"description": "Pomodoro timer",
"scripts": {},
"bin": {
"mindful-timer": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arodik/mindful-timer.git"
},
"keywords": [
"pomodoro",
"timer",
"mindful",
"cli",
"do not disturb",
"mac os"
],
"author": "Alexandr Rodik <alexandr.rodik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arodik/mindful-timer/issues"
},
"homepage": "https://github.com/arodik/mindful-timer#readme",
"dependencies": {
"@sindresorhus/do-not-disturb": "^1.1.0",
"dialog": "^0.3.1",
"easytimer.js": "^4.3.1",
"home-dir": "^1.0.0",
"lowdb": "^1.0.0",
"luxon": "^1.26.0",
"semver": "^7.3.4",
"shortid": "^2.2.16",
"yargs": "^16.2.0"
}
}