aframe-refraction-system
Version:
Realtime envMap creation using a ThreeCubeCamera attached to the camera entity
33 lines (32 loc) • 836 B
JSON
{
"name": "aframe-refraction-system",
"version": "1.6.3",
"description": "Realtime envMap creation using a ThreeCubeCamera attached to the camera entity",
"main": "dist/aframe-refraction-system.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gftruj/aframe-refraction-system.git"
},
"keywords": [
"a-frame",
"aframe",
"refraction"
],
"author": "Piotr Milewski",
"license": "MIT",
"bugs": {
"url": "https://github.com/gftruj/aframe-refraction-system/issues"
},
"homepage": "https://github.com/gftruj/aframe-refraction-system#readme",
"devDependencies": {
"webpack": "^4.7.0",
"webpack-cli": "^2.1.2"
},
"directories": {
"example": "example"
},
"dependencies": {}
}