Explorar o código

add bower.json file

Israel Pastrana %!s(int64=11) %!d(string=hai) anos
pai
achega
5a30276742
Modificáronse 1 ficheiros con 26 adicións e 0 borrados
  1. 26 0
      bower.json

+ 26 - 0
bower.json

@@ -0,0 +1,26 @@
+{
+	"name": "three.js",
+	"version": "0.6.4",
+	"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",
+		"src",
+		"test",
+		"utils",
+		"LICENSE"
+	]
+}