Initial commit

This commit is contained in:
Arjun Patel
2018-07-23 21:03:33 -07:00
commit df3c21f81b
7 changed files with 828 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "nexto_server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"express": "^4.16.3",
"mysql": "^2.16.0",
"socket.io": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"engines": {
"node": "8.4.0"
}
}