undo3d
Version:
Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "undo3d",
"version": "0.0.16",
"description": "Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.",
"main": "index.js",
"scripts": {
"test": "node --experimental-modules --harmony --loader ./support/node-esm-resolve-hook.mjs test/all.test.mjs",
"start": "node support/development-server.js",
"postinstall": "cd deps && npm install"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Undo3D/undo3d.git"
},
"author": "Undo3D <info@undo3d.com> (https://undo3d.com/)",
"contributors": [
"Rich Plastow <rich@richplastow.com> (https://richplastow.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Undo3D/undo3d/issues"
},
"homepage": "https://undo3d.com/",
"keywords": [
"JavaScript",
"THREE.js",
"Vue.js",
"CSS3",
"3D",
"VR",
"XR",
"WebGL",
"WebVR",
"Web App",
"App",
"Framework",
"Toolkit",
"Library",
"Creative",
"Collaborative",
"Immersive",
"Undo3D"
]
}