forked from erikgrubbs/mysql-sequelize-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 699 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 699 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
{
"name": "mysql-sequelize-review",
"version": "1.0.0",
"description": "Review Repo",
"main": "server/index.js",
"scripts": {
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikgrubbs/mysql-sequelize-review.git"
},
"author": "Erik Grubbs",
"license": "ISC",
"bugs": {
"url": "https://github.com/erikgrubbs/mysql-sequelize-review/issues"
},
"homepage": "https://github.com/erikgrubbs/mysql-sequelize-review#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mysql": "^2.17.1",
"mysql2": "^1.7.0",
"nodemon": "^1.19.2",
"sequelize": "^5.19.0"
}
}