-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1.13 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
{
"name": "project-2",
"version": "1.0.0",
"description": "Dungeon Master Manager is a full stack application powered by Node.js and Express.js where you can create a unique profile to keep your adventures organized. As a dungeon master, you need to keep track of all the characters in your game and keep track of where you are in the story. Using DMM, you can go into your profile and select which game you want to look up that you have saved. You can see all of the characters that are involved within the game and even add new characters!",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.0",
"mysql2": "^1.7.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.22.3"
},
"scripts": {
"test": "",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrandonGrayson/Project-2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrandonGrayson/Project-2/issues"
},
"homepage": "https://github.com/BrandonGrayson/Project-2#readme"
}