Skip to content

Commit

Permalink
Add bower support #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zod- committed Mar 10, 2015
1 parent 8f54aa3 commit f499f6b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "jsVideoUrlParser",
"version": "0.1.0",
"homepage": "https://github.com/Zod-/jsVideoUrlParser",
"authors": [{
"name": "Julian Hangstörfer",
"email": "[email protected]"
}],
"description": "A parser to extract provider, video id, starttime and others from YouTube, Vimeo, ... urls",
"keywords": [
"parser",
"YouTube",
"Vimeo",
"Dailymotion",
"Twitch"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f499f6b

Please sign in to comment.