Added work from my other class repositories before deletion

This commit is contained in:
2017-11-29 10:28:24 -08:00
parent cb0b5f4d25
commit 5ea24c81b5
198 changed files with 739603 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "CS290_Week7",
"version": "1.0.0",
"description": "Week 7 content.",
"main": "week7.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Corwin Perren",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.2",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"mysql": "^2.8.0"
}
}