forked from kriskbx/gitlab-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 740 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 740 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
{
"name": "gitlab-time-tracker",
"version": "1.1.0",
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
"main": "gtt.js",
"scripts": {},
"bin": {
"gtt": "gtt.js"
},
"author": "kriskbx",
"license": "GPL-2.0",
"dependencies": {
"async": "^2.4.0",
"camelcase": "^4.1.0",
"cli-cursor": "^2.1.0",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^2.9.0",
"csv-string": "^2.3.2",
"find-in-files": "^0.4.0",
"got": "^6.7.1",
"hashids": "^1.1.1",
"moment": "^2.18.1",
"node-spinner": "^0.0.4",
"open": "^0.0.5",
"progress": "^2.0.0",
"prompt": "^1.0.0",
"read-yaml": "^1.1.0",
"underscore": "^1.8.3"
}
}