forked from saurabhbatra96/drive-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "drive-sync",
"version": "1.0.0",
"description": "To generate a native terminal application which can be used to sync your Google Drive with a local folder.",
"main": "index.js",
"dependencies": {
"cli-table": "^0.3.1",
"commander": "^2.9.0",
"deasync": "^0.1.7",
"google-auth-library": "^0.9.8",
"googleapis": "^7.1.0",
"progress": "^1.1.8",
"readline-sync": "^1.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saurabhbatra96/drive-sync.git"
},
"bin": {
"drive-sync": "index.js"
},
"keywords": [],
"author": "saurabhbatra96",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/saurabhbatra96/drive-sync/issues"
},
"homepage": "https://github.com/saurabhbatra96/drive-sync#readme"
}