UNPKG

facebook-api-video-upload

Version:

A handy function to upload video in chunk on the facebook graph.

35 lines (34 loc) 891 B
{ "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": {} }