added skeleton code for future electron.js support

added font swap to google font call

simplified polyfills

updated backend package.json info
This commit is contained in:
Isaac Grynsztein
2020-02-20 18:35:09 -05:00
parent 54492b109a
commit 393ed5a210
6 changed files with 103 additions and 8 deletions

View File

@@ -1,21 +1,21 @@
{
"name": "backend",
"version": "1.0.0",
"description": "backend for hda",
"description": "backend for YoutubeDL-Material",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tzahi12345/hda-backend.git"
"url": ""
},
"author": "Isaac Grynsztein",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tzahi12345/hda-backend/issues"
"url": ""
},
"homepage": "https://github.com/Tzahi12345/hda-backend#readme",
"homepage": "",
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",