Skip to content

Commit

Permalink
Add package.json & update name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa committed Aug 6, 2016
1 parent 463dc6a commit b03dd25
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# youtube-thumbnail-preview
# YouTube Thumbnail Preview

Preview any image as a YouTube thumbnail in a variety of sizes
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "youtube-thumbnail-preview",
"version": "0.1.0",
"description": "Preview any image as a YouTube thumbnail in a variety of sizes",
"repository": {
"type": "git",
"url": "git+https://github.com/JangoBrick/youtube-thumbnail-preview.git"
},
"author": "JangoBrick",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/JangoBrick/youtube-thumbnail-preview/issues"
},
"homepage": "https://github.com/JangoBrick/youtube-thumbnail-preview"
}

0 comments on commit b03dd25

Please sign in to comment.