-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.37 KB
/
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
32
33
34
35
36
{
"name": "project-2",
"version": "1.0.0",
"description": "*The requirements for Project #2 are as follows:* - [ ] Must use a Node and Express Web Server - [ ] Must be backed by a MySQL Database with a Sequelize ORM - [ ] Must have both GET and POST routes for retrieving and adding new data - [ ] Must be deployed using Heroku (with Data) - [ ] Must utilize at least one new library, package, or technology that we haven’t discussed - [ ] Must have a polished frontend / UI - [ ] Must have folder structure that meets MVC Paradigm - [ ] Must meet good quality coding standards (indentation, scoping, naming)",
"main": "index.js",
"engines": {
"node": "10.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drewwmercer/project-2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drewwmercer/project-2/issues"
},
"homepage": "https://github.com/drewwmercer/project-2#readme",
"stack": "heroku-20",
"dependencies": {
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"express": "^4.21.2",
"express-handlebars": "^5.3.1",
"google-auth-library": "^8.7.0",
"handlebars": "^4.7.7",
"mysql": "^2.18.0",
"mysql2": "^3.9.8",
"npm-check-updates": "^16.5.6",
"sequelize": "^6.29.0"
}
}