Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Aug 2, 2014
1 parent 29539bd commit 303fb12
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "youtube-dl",
"description": "youtube-dl driver for node",
"keywords": ["youtube", "video", "download"],
"version": "1.5.8",
"keywords": [
"youtube",
"video",
"download"
],
"version": "1.5.9",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-youtube-dl.git"
Expand All @@ -12,7 +16,7 @@
"Przemyslaw Pluta <[email protected]> (http://przemyslawpluta.com)"
],
"main": "./lib/youtube-dl.js",
"bin" : "./bin/youtube-dl",
"bin": "./bin/youtube-dl",
"directories": {
"lib": "./lib"
},
Expand All @@ -27,8 +31,10 @@
"devDependencies": {
"vows": "~0.7.0"
},
"licenses": [ {
"type": "MIT",
"url" : "http://github.com/fent/node-youtube-dl/raw/master/LICENSE"
}]
"licenses": [
{
"type": "MIT",
"url": "http://github.com/fent/node-youtube-dl/raw/master/LICENSE"
}
]
}

0 comments on commit 303fb12

Please sign in to comment.