-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
34 lines (34 loc) · 891 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
{
"name": "facebook-api-video-upload",
"version": "2.0.1",
"description": "A handy function to upload video in chunk on the facebook graph.",
"license": "MIT",
"author": "mrdotb",
"main": "index.js",
"scripts": {
"fixture": "youtube-dl https://www.youtube.com/watch?v=NrB35qqOyhU -o 'fixture.%(ext)s' --format mp4 --write-thumbnail",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MRdotB/facebook-api-video-upload.git"
},
"keywords": [
"stream",
"facebook-api",
"facebook",
"graph",
"api",
"upload",
"video"
],
"bugs": {
"url": "https://github.com/MRdotB/facebook-api-video-upload/issues"
},
"homepage": "https://github.com/MRdotB/facebook-api-video-upload#readme",
"dependencies": {
"request-promise": "^3.0.0",
"stream-to-promise": "^2.1.1"
},
"devDependencies": {}
}