-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.28 KB
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
48
49
50
51
{
"name": "polar-flow-synchronizer",
"version": "1.0.11",
"description": "A nodejs based command line tool to synchronize tcx files stored in polar flow to a local directory.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"polar-flow-synchronizer": "./bin/polar-flow-synchronizer.js"
},
"homepage": "https://github.com/speedskater/PolarFlowSynchronizer",
"repository": {
"type": "git",
"url": "https://github.com/speedskater/PolarFlowSynchronizer.git"
},
"bugs": {
"url": "https://github.com/speedskater/PolarFlowSynchronizer/issues"
},
"keywords": [
"polar",
"flow",
"tcx",
"files"
],
"author": {
"name": "Robert Binna",
"email": "rbinna@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/speedskater/PolarFlowSynchronizer/blob/master/LICENSE"
}
],
"dependencies": {
"async": "~0.9.0",
"commander": "~2.5.0",
"content-disposition": "^0.5.0",
"file-type": "^2.2.0",
"fstream": "^1.0.4",
"mkdirp": "~0.5.0",
"moment": "~2.8.4",
"progress": "^1.1.8",
"read-chunk": "^1.0.1",
"request": "^2.53.0",
"touch": "~0.0.3",
"tough-cookie": "~0.12.1",
"tough-cookie-filestore": "~0.0.1",
"unzip": "^0.1.11"
}
}