inital commit

This commit is contained in:
2019-01-20 03:23:33 +01:00
commit 5b18fe5edc
24 changed files with 1358 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "slowdowner",
"version": "0.0.1",
"description": "",
"main": "main.js",
"dependencies": {
"express": "^4.16.3",
"socket.io": "^2.1.1",
"howler": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"start": "node src/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
}