three-reflector2
Version:
Reflection of environment on any item in the scene
38 lines • 971 B
JSON
{
"name": "three-reflector2",
"version": "0.0.6",
"description": "Reflection of environment on any item in the scene",
"main": "index.js",
"homepage": "https://github.com/aalavandhaann/three_reflector",
"repository": {
"type": "git",
"url": "git+https://github.com/aalavandhaann/three_reflector.git"
},
"author": "#0K Srinivasan <ashok.srinivasan2002@gmail.com>",
"license": "MIT",
"private": false,
"keywords": [
"three",
"three.js",
"loader",
"webgl",
"es6",
"reflector"
],
"dependencies": {
"three": "^0.118.3"
},
"peerDependencies": {
"three": "^0.118.3"
},
"bugs": {
"url": "https://github.com/aalavandhaann/three_reflector/issues"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {}
}