diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c5de207 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "synctube", + "version": "1.0.0", + "description": "Synchronized video viewing with chat and other features", + "main": "build/server.js", + "repository": { + "type": "git", + "url": "git+https://github.com/RblSb/SyncTube.git" + }, + "author": "RblSb", + "license": "MIT", + "bugs": { + "url": "https://github.com/RblSb/SyncTube/issues" + }, + "homepage": "https://github.com/RblSb/SyncTube#readme", + "dependencies": { + "ws": "^7.2.0" + } +} |
