-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
31
32
33
{
"name": "word-gotchu",
"version": "1.0.0",
"description": "Pixel styled web platform game based on Wordle and original characters known as “Gotchus’’ that battle against each other in an arena.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iantelli/word-gotchu.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iantelli/word-gotchu/issues"
},
"homepage": "https://github.com/iantelli/word-gotchu#readme",
"dependencies": {
"body-parser": "^1.20.0",
"cookie-session": "^2.0.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.17.3",
"howler": "^2.2.3"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}