Files
jspm-registry/package-overrides/github/unconed/threestrap@0.0.9.json
T
Gheric Speiginer 37c9b92184 Added github:unconed/threestrap@0.0.9
depends on github:mrdoob/three.js
2015-02-18 03:07:51 -05:00

17 lines
228 B
JSON

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