This commit is contained in:
Isaac Grynsztein
2018-01-13 22:14:10 -05:00
parent d6cb024de1
commit 1eaf897be0
26 changed files with 284 additions and 12 deletions

23
backend/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "backend",
"version": "1.0.0",
"description": "backend for hda",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tzahi12345/hda-backend.git"
},
"author": "Isaac Grynsztein",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tzahi12345/hda-backend/issues"
},
"homepage": "https://github.com/Tzahi12345/hda-backend#readme",
"dependencies": {
"exe": "^1.0.2",
"youtube-dl": "1.11.1"
}
}