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

Commit

Permalink
meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 17, 2018
1 parent 4bdcf7a commit f685ad7
Showing 1 changed file with 72 additions and 37 deletions.
109 changes: 72 additions & 37 deletions package.json
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"
}

0 comments on commit f685ad7

Please sign in to comment.