-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.38 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.38 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
{
"name": "grammagram",
"version": "1.0.0",
"description": "An application similar to Facebook targeted to the older generation of women. Features include: large text, a homepage of all saved posts, filtered results to view common interests like recipes, bingo tips, and stories about grandchildren via use of tags. Only authenticated users can create new posts, and all posts will be public to any other logged-in user.\r ## Technologies\r - Heroku server and database\r - Sequelize ORM \r - Express session with cookies utilized with Passport\r - npm Passport package for authentication\r - Handlebars templating engine\r - Materialize framework for CSS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsowald/GrammaGram.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsowald/GrammaGram/issues"
},
"homepage": "https://github.com/rsowald/GrammaGram#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.1",
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.1",
"mysql2": "^2.2.5",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^6.6.2"
}
}