-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
53 lines (53 loc) · 1.32 KB
/
composer.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "components/three.js",
"description": "ThreeJS JavaScript 3D library",
"type": "component",
"homepage": "http://threejs.org/",
"license": "MIT",
"support": {
"irc": "irc://freenode.net/three.js",
"issues": "http://github.com/mrdoob/three.js/issues",
"wiki": "http://github.com/mrdoob/three.js/wiki",
"source": "http://github.com/mrdoob/three.js/"
},
"authors": [
{
"name": "mrdoob",
"homepage": "https://github.com/mrdoob"
},
{
"name": "alteredq",
"homepage": "https://github.com/alteredq"
},
{
"name": "bhouston",
"homepage": "https://github.com/bhouston"
},
{
"name": "zz85",
"homepage": "https://github.com/zz85"
},
{
"name": "gero3",
"homepage": "https://github.com/gero3"
},
{
"name": "sole",
"homepage": "https://github.com/sole"
}
],
"extra": {
"component": {
"name": "threejs",
"scripts": [
"three.js"
],
"files": [
"three.js"
],
"shim": {
"exports": "THREE"
}
}
}
}