-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 861 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
{
"name": "google-drive-util",
"description": "utility tools for google-drive since its document is really well !!",
"version": "0.0.2",
"author": "EricBear <ericbear1130@gmail.com>",
"dependencies": {
"googleapis": "1.0.14",
"readline-sync": "0.4.9"
},
"repository": {
"type": "git",
"url": "https://github.com/ericbear/google-drive-util-node.git"
},
"bugs": {
"url": "https://github.com/ericbear/google-drive-util-node/issues"
},
"license": "MIT",
"homepage": "https://github.com/ericbear/google-drive-util-node",
"keywords": [
"googleapis",
"google drive",
"node.js"
],
"main": "google_drive_util.js",
"engines": {
"node": ">=0.10"
},
"directories": {
"example": "example"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}