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:
22
package.json
22
package.json
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user