OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / bower.json
diff --git a/webglFramework/Thirdparty/three.js-master/bower.json b/webglFramework/Thirdparty/three.js-master/bower.json
new file mode 100644 (file)
index 0000000..e976653
--- /dev/null
@@ -0,0 +1,26 @@
+{
+       "name": "three.js",
+       "homepage": "http://threejs.org/",
+       "description": "JavaScript 3D library",
+       "main": "build/three.js",
+       "keywords": [
+               "three",
+               "threejs",
+               "three.js",
+               "3D",
+               "webgl"
+       ],
+       "license": "MIT",
+       "ignore": [
+               "**/.*",
+               "*.md",
+               "/docs",
+               "/editor",
+               "/examples/*",
+               "!/examples/js",
+               "/src",
+               "/test",
+               "/utils",
+               "/LICENSE"
+       ]
+}