-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 833 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": "sequelizedburger",
"version": "1.0.0",
"description": "Burger app implemented with Sequelize instead of MYSQL",
"main": "server.js",
"dependencies": {
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"g": "^2.0.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"sequelize": "^5.15.1",
"sequelize-cli": "^5.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PaulACoroneos/sequelizedBurger.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PaulACoroneos/sequelizedBurger/issues"
},
"homepage": "https://github.com/PaulACoroneos/sequelizedBurger#readme"
}