forked from marshdugan/Season-All
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
39
40
{
"name": "Season-All",
"version": "1.0.0",
"description": "[![GitHub license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/marshdugan)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marshdugan/Season-All.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marshdugan/Season-All/issues"
},
"homepage": "https://github.com/marshdugan/Season-All#readme",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"init": "^0.1.2",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"sequelize": "^5.21.5",
"uuid": "^7.0.2"
}
}