mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|