1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 02:12:53 +00:00

updated bunch of file paths and changed the way posts are loaded

This commit is contained in:
2016-01-05 12:28:04 -06:00
parent 719ae331ae
commit c96a84d0ff
13249 changed files with 317868 additions and 2101398 deletions

View File

@@ -7,12 +7,20 @@
"stop" : "forever stop ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.12.4",
"jade": "~1.9.2",
"morgan": "~1.5.3",
"serve-favicon": "~2.2.1"
"body-parser": "*",
"cookie-parser": "*",
"debug": "*",
"express": "*",
"jade": "*",
"morgan": "*",
"serve-favicon": "*",
"jsdom": "*",
"fs": "*",
"mongoose": "*",
"ejs": "*",
"mongo-express": "*",
"multer": "*",
"nodemailer": "*",
"async": "*"
}
}