-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1015 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1015 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
39
40
41
42
43
44
45
46
47
{
"name": "punchclock",
"productName": "Punchclock",
"version": "0.6.5",
"description": "Punchclock tracks time on projects, forked from Timekeeper.",
"keywords": [
"punchclock",
"timekeeper",
"time tracking",
"time tracker",
"time management"
],
"homepage": "https://github.com/queenp/punchclock",
"main": "./lib/punchclock",
"repository": {
"type": "git",
"url": "https://github.com/queenp/punchclock.git"
},
"bugs": {
"url": "https://github.com/queenp/punchclock/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/queenp/punchclock/raw/master/LICENSE.md"
}
],
"engines": {
"atom": ">0.174.0 <2.0.0"
},
"dependencies": {
"moment": "*",
"twix": "*",
"mkdirp": "*",
"etch": "^0.1.0",
"recursive-readdir": "^1.2.1",
"event-kit": "*"
},
"devDependencies": {},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}