Numex yayın: package.json
This commit is contained in:
parent
6c73a41260
commit
80ff56f509
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "raycaster-3d",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Saf HTML5 2D Canvas ile yazilmis 3D retro FPS raycasting motoru (Wolfenstein 1992 klonu). Three.js/WebGL YOK - sadece gorsel ve matematik.",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node server.js"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"raycasting",
|
||||||
|
"wolfenstein",
|
||||||
|
"canvas",
|
||||||
|
"retro",
|
||||||
|
"fps",
|
||||||
|
"dda"
|
||||||
|
],
|
||||||
|
"author": "Numex Codex",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"express": "^4.19.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user