-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 788 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 788 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": "harvest-sync",
"version": "0.1.4",
"description": "Syncs time-sheets between two Harvest accounts.",
"author": {
"name": "Cully Larson",
"email": "cully.larson@gmail.com"
},
"repository": "cullylarson/harvest-sync",
"license": "MIT",
"preferGlobal": true,
"bin": {
"harvest-sync": "index.js"
},
"keywords": [
"harvest",
"time",
"timesheet",
"sheet",
"time-sheet",
"timer",
"sync",
"send"
],
"dependencies": {
"basename": "^0.1.2",
"chalk": "^1.1.1",
"cli-spinner": "^0.2.1",
"command-line-args": "^2.0.2",
"harvest": "^0.1.1",
"jsonfile": "^2.2.3",
"moment": "^2.10.6",
"nextday": "^1.0.1",
"promise": "^7.0.4",
"prompt": "^0.2.14",
"sort-object": "^3.0.0"
}
}