-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.15 KB
/
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": "allyapp",
"version": "1.0.0",
"description": "## Description The Ally App is a place where people can go to learn more about how to combat racial inequalities, view media resources that aid in combatting those inequalities, get assistance from people seeking to be allies, give assistance, and start petitions.",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"bcrypt": "^5.0.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"express-session": "^1.17.1",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.21.13"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindseypaluso/allyApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lindseypaluso/allyApp/issues"
},
"homepage": "https://github.com/lindseypaluso/allyApp#readme"
}