17 lines
228 B
JSON
17 lines
228 B
JSON
{
|
|
"main": "threestrap",
|
|
"format": "global",
|
|
"directories": {
|
|
"dist": "build"
|
|
},
|
|
"dependencies": {
|
|
"three": "*"
|
|
},
|
|
"shim": {
|
|
"threestrap": {
|
|
"deps": ["three"],
|
|
"exports": "THREE"
|
|
}
|
|
}
|
|
}
|