-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
35 lines (35 loc) · 842 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
34
35
{
"name": "node-youtube-resumable-upload",
"version": "0.2.1",
"description": "Create resumable uploads via googleapis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gray Leonard",
"license": "ISC",
"dependencies": {
"google-auth-cli": "0.0.1",
"mime": "^1.2.11",
"request": "2.44.0"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/grayleonard/node-youtube-resumable-upload.git"
},
"keywords": [
"youtube",
"google",
"resumable",
"upload",
"googleapis"
],
"bugs": {
"url": "https://github.com/grayleonard/node-youtube-resumable-upload/issues"
},
"homepage": "https://github.com/grayleonard/node-youtube-resumable-upload"
}