-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 898 Bytes
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": "beer-app",
"version": "1.0.0",
"description": "find and save breweries/beer information in your area",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"boilerplate",
"node",
"nodjs",
"express",
"auth"
],
"author": "Justin King",
"license": "ISC",
"dependencies": {
"@mapbox/mapbox-sdk": "^0.6.0",
"async": "^2.6.2",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.16.1",
"method-override": "^3.0.0",
"nodemon": "^1.18.11",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pg": "^7.9.0",
"request": "^2.88.0",
"sequelize": "^5.5.0",
"sequelize-cli": "^5.4.0"
}
}