forked from jmmarotta/SprintOne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Assignment4",
"version": "1.0.0",
"description": "Routing server-side requests using ExpressJS",
"main": "server.js",
"author": "Medhir Bhargava",
"license": "MIT",
"dependencies": {
"angular": "^1.7.4",
"angular-route": "^1.4.3",
"bcrypt-nodejs": "latest",
"bcryptjs": "*",
"body-parser": "*",
"bower": "^1.8.4",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"ejs": "~2.5.2",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"method-override": "~2.3.6",
"mongodb": "*",
"mongoose": "^5.3.12",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-http": "*",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"request": "^2.67.0"
},
"devDependencies": {
"should": "^1.3.0",
"supertest": "^1.2.0",
"mocha": "latest"
}
}