Files
jspm-registry/package-overrides/github/unconed/threestrap@0.0.9.json
T

18 lines
250 B
JSON

{
"main": "threestrap",
"format": "global",
"directories": {
"dist": "build"
},
"registry": "jspm",
"dependencies": {
"three": "*"
},
"shim": {
"threestrap": {
"deps": ["three"],
"exports": "THREE"
}
}
}