diff options
author | Tom Smeding <tom@tomsmeding.com> | 2022-08-22 15:28:10 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2022-08-22 15:28:10 +0200 |
commit | d1c02019db9a6fb2ab053091c9a4a32dc00b8b50 (patch) | |
tree | dbe9b8846f14d0aa65bb34cdcb0cc8c4d7031d1f /package.json |
Initial
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..33c1df8 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "list-screen", + "version": "1.0.0", + "description": "Interactive list editor during a presentation", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Tom Smeding", + "license": "MIT", + "dependencies": { + "express": "^4.18.1", + "socket.io": "^4.5.1" + } +} |