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=",
"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",

View File

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