forked from neilnmartin/mysql-database-review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 Bytes
/
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
{
"name": "mysql-database-review",
"version": "1.0.0",
"description": "mysql review workshop",
"main": "index.js",
"scripts": {
"start": "nodemon ./server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neilnmartin/mysql-database-review.git"
},
"author": "Neil Martin",
"license": "ISC",
"bugs": {
"url": "https://github.com/neilnmartin/mysql-database-review/issues"
},
"homepage": "https://github.com/neilnmartin/mysql-database-review#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.4",
"morgan": "^1.9.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"nodemon": "^1.18.4",
"path": "^0.12.7",
"sequelize": "^4.39.0"
}
}