-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "PizzaHub",
"version": "1.0.0",
"description": "The 'PizzaHub' is a web application which helps people to find the closest pizza store based on the user’s current position and other specification like price, registered customer,rating and more.",
"main": "app.js",
"scripts": {
"start": "nodemon -L app.js",
"test": "jest"
},
"author": "Charlie, Jacob, Elie",
"license": "ISC",
"devDependencies": {
"jest": "^22.4.3",
"map-tools": "^2.0.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"expect": "^22.4.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.2.0",
"m": "^1.3.1",
"method-override": "^2.3.10",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"google-maps": "^3.3.0",
"pg-hstore": "^2.3.2",
"sequelize": "^4.37.7"
}
}