UNPKG

aframe-shader-buildings

Version:

An A-Frame WebVR component for cheaply creating thousands of boxy buildings.

36 lines (35 loc) 946 B
{ "name": "aframe-shader-buildings", "version": "2.0.1", "description": "An A-Frame WebVR component for cheaply creating thousands of boxy buildings.", "scripts": { "watch": "webpack --mode=development --watch", "build": "webpack --mode=production", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DougReeder/aframe-shader-buildings.git" }, "keywords": [ "buildings", "cheap", "shader", "aframe-component", "aframe", "webxr", "webvr", "vr" ], "author": "Doug Reeder <reeder.29@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/DougReeder/aframe-shader-buildings/issues" }, "homepage": "https://github.com/DougReeder/aframe-shader-buildings#readme", "devDependencies": { "webpack": "^5.76.2", "webpack-cli": "^5.0.1", "webpack-glsl-loader": "^1.0.1" } }