This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for video capture via the MediaRecorder API
Support for video capture via the MediaRecorder API.
- Loading branch information
1 parent
bd7be13
commit 2f53ebb
Showing
9 changed files
with
776 additions
and
658 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"name": "google-youtube-upload", | ||
"version": "1.1.2", | ||
"description": "Upload videos to YouTube from your browser.", | ||
"homepage": "https://googlewebcomponents.github.io/google-youtube-upload", | ||
"homepage": "https://elements.polymer-project.org/elements/google-youtube-upload", | ||
"main": "google-youtube-upload.html", | ||
"authors": [ | ||
"Jeff Posnick <[email protected]>" | ||
|
@@ -17,16 +16,24 @@ | |
"youtube", | ||
"upload", | ||
"polymer", | ||
"video", | ||
"web-components", | ||
"web-component" | ||
], | ||
"dependencies": { | ||
"polymer": "Polymer/polymer#^1.0.0", | ||
"google-signin": "GoogleWebComponents/google-signin#^1.0.0", | ||
"cors-upload-sample": "googledrive/cors-upload-sample#master" | ||
"cors-upload-sample": "googledrive/cors-upload-sample#master", | ||
"google-apis": "GoogleWebComponents/google-apis#^1.1.5", | ||
"google-signin": "GoogleWebComponents/google-signin#^1.3.2", | ||
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.3.1", | ||
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.9", | ||
"iron-pages": "PolymerElements/iron-pages#^1.0.7", | ||
"md-gum-polyfill": "mozdevs/mediaDevices-getUserMedia-polyfill#master", | ||
"paper-fab": "PolymerElements/paper-fab#^1.2.0", | ||
"paper-styles": "PolymerElements/paper-styles#^1.1.4", | ||
"polymer": "Polymer/polymer#^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"google-youtube": "GoogleWebComponents/google-youtube#^1.1.0", | ||
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0" | ||
"google-youtube": "GoogleWebComponents/google-youtube#^1.2.1", | ||
"iron-component-page": "PolymerElements/iron-component-page#^1.1.5" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.