aframe-roomcreator
Version:
A basic A-Frame component for building rooms and block based enviroments - edit maps with the map editing tool, export to json and then use A-Frame to render them via a componenet
44 lines (43 loc) • 975 B
JSON
{
"name": "aframe-roomcreator",
"version": "1.3.1",
"description": "A basic A-Frame component for building rooms and block based enviroments - edit maps with the map editing tool, export to json and then use A-Frame to render them via a componenet ",
"main": "dist/room.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drnoir/aframe-roomcreator.git"
},
"keywords": [
"aframe",
"webXR",
"Room",
"Component",
"javascript",
"3D",
"A-Frame",
"Graphics",
"componenet",
"map",
"design",
"json",
"map",
"building",
"game",
"dev",
"open",
"source"
],
"author": "Chris Godber",
"license": "MIT",
"bugs": {
"url": "https://github.com/drnoir/aframe-roomcreator/issues"
},
"homepage": "https://github.com/drnoir/aframe-roomcreator#readme",
"dependencies": {
"aframe": "^1.4.1",
"aframe-extras": "^6.1.1"
}
}