From 52f9594b03718fd5c3eb339a25b276d5d2f28e4a Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 8 Jun 2017 02:17:27 +0530 Subject: [PATCH] Updates package.json --- package-lock.json | 5 +++++ package.json | 29 ++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f110be6..ed44cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,6 +33,11 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, + "console-log-level": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/console-log-level/-/console-log-level-1.4.0.tgz", + "integrity": "sha1-QDWBi+6jflhQoMA8jUUMpfLNEhc=" + }, "debug": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.0.tgz", diff --git a/package.json b/package.json index 6b406d7..a42eb2e 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,35 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "mocha" }, - "keywords": [], "author": "Nemo ", "license": "MIT", "devDependencies": { "mocha": "^3.4.2" - } + }, + "dependencies": { + "console-log-level": "^1.4.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/captn3m0/youtube-ripper.in" + }, + "keywords": [ + "youtube-ripper", + "youtube", + "download", + "youtube-dl", + "ffmpeg", + "split", + "album", + "avconv", + "cue", + "ripper" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/captn3m0/youtube-ripper/issues" + }, + "homepage": "https://github.com/captn3m0/youtube-ripper" }