matrix-engine
Version:
basic_timeline improved, VT func setup vide html element id with name arg.- DISABLE RAYCAST DEBUG TEST [2.3.3] Fix for GUI win desktop [2.3.0] DestrucMesh solution & loading convex objs for physics BASIC, SpriteAnimation CPU/texture solution added, Improv
26 lines (25 loc) • 617 B
JSON
{
"name": "matrix-network",
"version": "1.0.12",
"description": "Networking server part for matrix-engine 1.9.27",
"type": "module",
"main": "index.js",
"scripts": {
"server": "node matrix.server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"matrix-engine",
"matrix-networking"
],
"author": "Nikola Lukic",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
"node-static": "^0.7.11",
"path": "^0.12.7",
"rtcmulticonnection-server": "^1.3.3",
"socket.io": "^4.5.2",
"url": "^0.11.0"
}
}