aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index fa8a6ed..7ae20a5 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,14 @@
{
- "name": "application-name",
+ "name": "DERS",
"version": "0.0.1",
"private": true,
"scripts": {
- "start": "node app"
+ "start": "nodemon app"
},
"dependencies": {
"express": "3.1.0",
- "ejs": "*"
+ "ejs": "*",
+ "mongoose": "*",
+ "connect": "*"
}
-} \ No newline at end of file
+}