-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 945 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
{
"name": "sequelizedburger",
"version": "1.0.0",
"description": "Node, Handlebars, and Myqyl Full-stack assignment\r ### Technologies used:\r - Orm\r - Node.js\r - Mysql\r - Express\r - Express-handlebars\r - Chalk\r - Heroku\r - JawsDB\r - Jquery",
"main": "server.js",
"dependencies": {
"chalk": "^3.0.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"mysql": "^2.17.1",
"mysql2": "^2.1.0",
"sequelize": "^5.21.3",
"sequelize-cli": "^5.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/armonkahil/sequelizedBurger.git"
},
"author": "Armon Roberts",
"license": "ISC",
"bugs": {
"url": "https://github.com/armonkahil/sequelizedBurger/issues"
},
"homepage": "https://github.com/armonkahil/sequelizedBurger#readme"
}