-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
34
35
36
37
38
39
40
41
42
{
"name": "Group2-Project2",
"version": "1.0.0",
"description": "##Testting",
"main": "server.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint --quiet .",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuilleMGN/Group2-Project2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GuilleMGN/Group2-Project2/issues"
},
"homepage": "https://github.com/GuilleMGN/Group2-Project2#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.1",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"mysql2": "^1.7.0",
"nodemon": "^2.0.7",
"sequelize": "^5.22.3"
},
"devDependencies": {
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"prettier": "^1.13.7"
}
}