forked from queenp/punchclock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 927 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
{
"name": "punchclock",
"prouctName": "punchclock",
"version": "0.6.3",
"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": "*",
"atom-space-pen-views": "^2.0.3",
"jquery": "^2",
"recursive-readdir": "^1.2.1"
},
"devDependencies": {},
"private": true
}