This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
72 additions
and
37 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,38 +1,73 @@ | ||
{ | ||
"name": "youtube-dl", | ||
"description": "youtube-dl driver for node", | ||
"keywords": [ | ||
"youtube", | ||
"video", | ||
"download" | ||
], | ||
"version": "1.12.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/przemyslawpluta/node-youtube-dl.git" | ||
}, | ||
"author": "Roly Fentanes (https://github.com/fent)", | ||
"contributors": [ | ||
"Przemyslaw Pluta <[email protected]> (http://przemyslawpluta.com)", | ||
"Andrew Carlson <[email protected]>" | ||
], | ||
"main": "./lib/youtube-dl.js", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"scripts": { | ||
"postinstall": "node ./scripts/download.js", | ||
"update": "node ./scripts/download.js", | ||
"test": "vows ./test/*.js --spec" | ||
}, | ||
"dependencies": { | ||
"hh-mm-ss": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"request": "^2.83.0", | ||
"streamify": "^0.2.9" | ||
}, | ||
"devDependencies": { | ||
"vows": "*" | ||
}, | ||
"license": "MIT" | ||
} | ||
"name": "youtube-dl", | ||
"description": "youtube-dl driver for node", | ||
"keywords": [ | ||
"youtube", | ||
"video", | ||
"download" | ||
], | ||
"version": "1.12.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/przemyslawpluta/node-youtube-dl.git" | ||
}, | ||
"files": [ | ||
"lib", | ||
"scripts" | ||
], | ||
"author": { | ||
"name": "Roly Fentanes", | ||
"url": "https://github.com/fent" | ||
}, | ||
"contributors": [ | ||
"Roly Fentanes <[email protected]>", | ||
"przemyslawpluta <[email protected]>", | ||
"Jay Salvat <[email protected]>", | ||
"Kiko Beats <[email protected]>", | ||
"Jaime Marquínez Ferrándiz <[email protected]>", | ||
"Jay Baker <[email protected]>", | ||
"Jack Li <[email protected]>", | ||
"Sergey M․ <[email protected]>", | ||
"optikfluffel <[email protected]>", | ||
"EragonJ <[email protected]>", | ||
"t3rr0r <[email protected]>", | ||
"tifroz <[email protected]>", | ||
"Jeremy Louie <[email protected]>", | ||
"Calvin <[email protected]>", | ||
"walheresq <[email protected]>", | ||
"▟ ▖▟ ▖ <[email protected]>", | ||
"Davide Pastore <[email protected]>", | ||
"Farrin Reid <[email protected]>", | ||
"Jason Penny <[email protected]>", | ||
"Juan C. Olivares <[email protected]>", | ||
"Lopez Hugo <[email protected]>", | ||
"Meral <[email protected]>", | ||
"Michael Nguyen <[email protected]>", | ||
"Nicolas Gotchac <[email protected]>", | ||
"Parikshit Hooda <[email protected]>", | ||
"Pietro <[email protected]>", | ||
"Sagi Nadir <[email protected]>", | ||
"btmdave <[email protected]>", | ||
"coderaiser <[email protected]>" | ||
], | ||
"main": "./lib/youtube-dl.js", | ||
"scripts": { | ||
"postinstall": "node ./scripts/download.js", | ||
"update": "node ./scripts/download.js", | ||
"test": "vows ./test/*.js --spec" | ||
}, | ||
"dependencies": { | ||
"hh-mm-ss": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"request": "^2.83.0", | ||
"streamify": "^0.2.9" | ||
}, | ||
"devDependencies": { | ||
"vows": "*" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/przemyslawpluta/node-youtube-dl/issues" | ||
}, | ||
"homepage": "https://github.com/przemyslawpluta/node-youtube-dl#readme" | ||
} |