-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 864 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
38
39
40
41
42
{
"name": "polybar-break-timer",
"main": "index.js",
"version": "1.0.2",
"description": "Take a break",
"author": {
"name": "Tiago Danin",
"email": "TiagoDanin@outlook.com",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"polybar",
"timer",
"sleep",
"poly",
"bar"
],
"scripts": {},
"private": false,
"repository": "https://github.com/TiagoDanin/Polybar-Break-Timer.git",
"homepage": "https://TiagoDanin.github.io/Polybar-Break-Timer",
"bugs": "https://github.com/TiagoDanin/Polybar-Break-Timer/issues",
"github": {
"name": "Polybar-Break-Timer",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"bin": {
"polybar-break-timer": "index.js"
},
"dependencies": {
"node-notifier": "^8.0.0",
"polybar-helpers": "^1.0.2"
},
"devDependencies": {}
}