소스 검색

Added bower.json back. See #10431

Mr.doob 8 년 전
부모
커밋
d271add4e8
2개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  1. 26 0
      bower.json
  2. 1 0
      package.json

+ 26 - 0
bower.json

@@ -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"
+	]
+}

+ 1 - 0
package.json

@@ -8,6 +8,7 @@
   "module": "build/three.module.js",
   "files": [
     "package.json",
+    "bower.json",
     "LICENSE",
     "README.md",
     "build/three.js",