Inital commit

This commit is contained in:
2018-02-01 23:46:44 -07:00
commit bb024fc904
6 changed files with 541 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "webserver",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.16.2"
}
}