Bläddra i källkod

add bower.json file

Israel Pastrana 11 år sedan
förälder
incheckning
5a30276742
1 ändrade filer med 26 tillägg och 0 borttagningar
  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"
+	]
+}