scaenae/package.json
Nicolò P. 8434f3bdc9 Draggable clipping plane (buggy...)
TODO: refactor to avoid unnecessary object creation
2026-01-07 16:55:32 +01:00

13 lines
246 B
JSON

{
"name": "scaenae",
"version": "1.0.0",
"description": "SCAENAE web app",
"main": "main.js",
"author": "Nicolò P. <nicolo.paraciani@cnr.it>",
"license": "MIT",
"dependencies": {
"leaflet": "^1.9.4",
"three": "0.147"
}
}