-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": {}
}