-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "boa-vista-party",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"aws-sdk": "^2.594.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-handlebars": "^5.3.1",
"express-session": "^1.17.0",
"handlebars": "^4.7.8",
"helmet": "^3.21.2",
"mongoose": "^5.8.1",
"multer": "^1.4.2",
"multer-s3": "^2.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"serve-static": "^1.14.1",
"yup": "^0.28.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"nodemon": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otallyto/boa-vista-party.git"
},
"keywords": [
"site",
"eventos",
"atleticas",
"universidade"
],
"author": "",
"bugs": {
"url": "https://github.com/otallyto/boa-vista-party/issues"
},
"homepage": "https://github.com/otallyto/boa-vista-party#readme",
"description": ""
}