-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 996 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 996 Bytes
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
39
{
"name": "threejs-light-probe",
"version": "4.2.0",
"description": "A convenient camera probe to generate cubemaps for reflections during runtime.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Tomasz Dysinski",
"email": "oz@bunnybones.com",
"url": "https://github.com/bunnybones1"
},
"dependencies": {
"lodash.clonedeep": "^3.0.0"
},
"devDependencies": {
"loadandrunscripts": "^1.0.0",
"threejs-checkerroom": "^1.0.0",
"threejs-managed-view": "^2.4.0",
"threejs-orbitingballs": "^1.0.1",
"urlparams": "^1.0.0"
},
"scripts": {
"test": "beefy test.js --live --open"
},
"keywords": [
"threejs",
"reflection",
"cubemap",
"camera"
],
"repository": {
"type": "git",
"url": "git://github.com/bunnybones1/threejs-light-probe.git"
},
"homepage": "https://github.com/bunnybones1/threejs-light-probe",
"bugs": {
"url": "https://github.com/bunnybones1/threejs-light-probe/issues"
}
}