浏览代码

Merge remote-tracking branch 'is-real/dev' into dev

Mr.doob 11 年之前
父节点
当前提交
956884e382
共有 1 个文件被更改,包括 27 次插入0 次删除
  1. 27 0
      bower.json

+ 27 - 0
bower.json

@@ -0,0 +1,27 @@
+{
+	"name": "three.js",
+	"version": "0.0.64",
+	"homepage": "http://threejs.org/",
+	"description": "JavaScript 3D library",
+	"main": "build/three.js",
+	"keywords": [
+		"three",
+		"threejs",
+		"three.js",
+		"3D",
+		"webgl"
+	],
+	"license": "MIT",
+	"ignore": [
+		"**/.*",
+		"*.md",
+		"bower.json",
+		"docs",
+		"editor",
+		"examples",
+		"src",
+		"test",
+		"utils",
+		"LICENSE"
+	]
+}