-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "learn-upload-file-to-to-google-drive",
"version": "1.0.0",
"description": "Basic example of uploading the file to Google Drive",
"main": "lib/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heron2014/learn-upload-file-to-to-google-drive.git"
},
"keywords": [
"google",
"drive"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/heron2014/learn-upload-file-to-to-google-drive/issues"
},
"homepage": "https://github.com/heron2014/learn-upload-file-to-to-google-drive#readme",
"dependencies": {
"env2": "^2.0.6",
"googleapis": "^2.1.7",
"handlebars": "^4.0.5",
"hapi": "^13.0.0",
"hapi-auth-google": "^1.0.9",
"inert": "^3.2.0",
"vision": "^4.0.1"
}
}