Updates package.json

This commit is contained in:
Nemo 2017-06-08 02:17:27 +05:30
parent 9035cbefe2
commit 52f9594b03
2 changed files with 31 additions and 3 deletions

5
package-lock.json generated
View File

@ -33,6 +33,11 @@
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true "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": { "debug": {
"version": "2.6.0", "version": "2.6.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.0.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.0.tgz",

View File

@ -4,12 +4,35 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "mocha"
}, },
"keywords": [],
"author": "Nemo <me@captnemo.in>", "author": "Nemo <me@captnemo.in>",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"mocha": "^3.4.2" "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"
} }