Version 2 initial commit

This commit is contained in:
RobinLinus 2018-09-21 16:05:03 +02:00
parent 81252d301c
commit 663db5cbb3
99 changed files with 2448 additions and 27650 deletions

15
server/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "snapdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ua-parser-js": "^0.7.18",
"ws": "^6.0.0"
}
}