-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.09 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
{
"name": "final-project---choose-your-path",
"version": "1.0.0",
"description": "This code was created in order to produce a Games Web Page. Our Web Page focuses on Choose Your Path games where the user will be able to play a multiple ending game and create its own. The user will also be able to view the percentage of times the user got a specific ending.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeresitaCGNader/Local-Final-Project---Choose-Your-Path.git"
},
"author": "Teresita C. G. Nader and Christa Wright",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeresitaCGNader/Local-Final-Project---Choose-Your-Path/issues"
},
"homepage": "https://github.com/TeresitaCGNader/Local-Final-Project---Choose-Your-Path#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.6",
"mysql": "^2.12.0"
},
"devDependencies": {}
}