Added github:unconed/threestrap@0.0.9

depends on github:mrdoob/three.js
This commit is contained in:
Gheric Speiginer
2015-02-18 03:07:51 -05:00
parent 4448ed129f
commit 37c9b92184
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "threestrap",
"format": "global",
"directories": {
"dist": "build"
},
"dependencies": {
"three": "*"
},
"shim": {
"threestrap": {
"deps": ["three"],
"exports": "THREE"
}
}
}