Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Update bower jso
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Aug 2, 2014
1 parent 69f4cac commit 54f8292
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "google-youtube-upload",
"version": "0.0.1",
"description": "Upload videos to YouTube from your browser.",
"homepage": "https://github.com/googlewebcomponents/google-youtube-upload",
"main": "google-youtube-upload.html",
"authors": [
"Jeff Posnick <jeffy@google.com>"
],
"description": "Upload videos to YouTube from your browser.",
"license": "Apache2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"../"
],
"keywords": [
"google",
"youtube",
Expand All @@ -13,12 +24,6 @@
"web-components",
"web-component"
],
"main": "google-youtube-upload.html",
"license": "Apache2",
"homepage": "https://github.com/googlewebcomponents/google-youtube-upload",
"ignore": [
"**/.*"
],
"dependencies": {
"polymer": "Polymer/polymer#~0.3.3",
"google-signin": "GoogleWebComponents/google-signin#~0.0.7",
Expand Down

0 comments on commit 54f8292

Please sign in to comment.