-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.23 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "node-gdrive",
"description": "Google driver for node",
"homepage": "https://github.com/khoazero123/node-gdrive",
"version": "0.1.2",
"main": "./src/index.js",
"bin": {
"gdrive": "./bin/gdrive"
},
"files": [
"src",
"bin"
],
"author": {
"name": "KhoaZero123",
"url": "https://github.com/khoazero123"
},
"repository": {
"type": "git",
"url": "git://github.com/khoazero123/node-gdrive.git"
},
"bugs": {
"url": "https://github.com/khoazero123/node-gdrive/issues"
},
"keywords": [
"upload",
"download",
"google",
"drive",
"google drive",
"drive api",
"cli",
"command line",
"cloud"
],
"dependencies": {
"async": "~3.2.2",
"chalk": "~3.0.0",
"debug": "^4.3.4",
"express": "^4.17.1",
"filesize": "~6.0.1",
"googleapis": "^108.0.0",
"lodash": "~4.17.15",
"md5": "^2.2.1",
"moment": "~2.29.4",
"open": "~7.0.2",
"p-map": "^4",
"server-destroy": "^1.0.1",
"streamify": "~1.0.0",
"yargs": "^17.6.0"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=8"
},
"license": "MIT",
"devDependencies": {
"chai": "~4.2.0",
"eslint": "~6.8.0",
"mocha": "~7.0.1"
}
}