-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
34
35
36
37
{
"name": "toastr",
"version": "2.0.0",
"description": "A web game about making toast",
"main": "main.js",
"scripts": {
"b": "webpack",
"watch": "webpack --watch",
"start": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jennics-SG/ToastR.git"
},
"author": "Jimy Houlbrook",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jennics-SG/ToastR/issues"
},
"homepage": "https://github.com/Jennics-SG/ToastR#readme",
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"body-parser": "^1.20.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"mongoose": "^6.7.2",
"pixi.js": "6.5.5",
"pixitextinputupdated": "^1.0.2",
"serve-favicon": "^2.5.0",
"webpack": "^5.74.0",
"workbox-precaching": "^6.5.4"
},
"devDependencies": {
"nodemon": "^2.0.20",
"webpack-cli": "^4.10.0"
}
}