-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
37
38
39
40
{
"name": "groupproject2",
"version": "1.0.0",
"description": "blog reviews",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djgoodrich/groupProject2.git"
},
"keywords": [
"blog",
"sequelize"
],
"author": "David Goodrich, Annalisa Alden, Jared Gonzalez",
"license": "ISC",
"bugs": {
"url": "https://github.com/djgoodrich/groupProject2/issues"
},
"homepage": "https://github.com/djgoodrich/groupProject2#readme",
"dependencies": {
"auth0-js": "^8.9.3",
"body-parser": "^1.18.0",
"dotenv": "^4.0.0",
"exphbs": "^1.1.0",
"express": "^4.15.4",
"express-auth0-simple": "^3.0.2",
"express-handlebars": "^3.0.0",
"express-jwt": "^5.3.0",
"express-jwt-authz": "^1.0.0",
"jwks-rsa": "^1.2.0",
"method-override": "^2.3.9",
"mysql2": "^1.4.2",
"path": "^0.12.7",
"sequelize": "^4.8.2"
}
}