Initial commit

This commit is contained in:
plane000
2018-07-29 18:35:25 +01:00
commit f5166268b6
7 changed files with 195 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "youtube-dowloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
"ytdl-core": "^0.21.1"
}
}