-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 808 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 808 Bytes
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
{
"name": "mysql-connection",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raquel Queiroz, Wendel de Lucas <dinossaur23@gmail.com, wralucas@hotmail.com>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"http-status-code": "^2.1.0",
"http-status-codes": "^1.3.0",
"mysql2": "^1.6.1",
"nodemon": "^1.18.3",
"sequelize": "^4.38.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dinossaur23/avengers-server.git"
},
"bugs": {
"url": "https://github.com/dinossaur23/avengers-server/issues"
},
"homepage": "https://github.com/dinossaur23/avengers-server#readme",
"description": ""
}