diff --git a/package.json b/package.json index 5e5e9a7..b093893 100644 --- a/package.json +++ b/package.json @@ -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 (http://przemyslawpluta.com)", - "Andrew Carlson " - ], - "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" -} \ No newline at end of file + "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 ", + "przemyslawpluta ", + "Jay Salvat ", + "Kiko Beats ", + "Jaime Marquínez Ferrándiz ", + "Jay Baker ", + "Jack Li ", + "Sergey M․ ", + "optikfluffel ", + "EragonJ ", + "t3rr0r ", + "tifroz ", + "Jeremy Louie ", + "Calvin ", + "walheresq ", + "▟ ▖▟ ▖ ", + "Davide Pastore ", + "Farrin Reid ", + "Jason Penny ", + "Juan C. Olivares ", + "Lopez Hugo ", + "Meral ", + "Michael Nguyen ", + "Nicolas Gotchac ", + "Parikshit Hooda ", + "Pietro ", + "Sagi Nadir ", + "btmdave ", + "coderaiser " + ], + "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" +}