浏览代码

Adding bower.json

David Catuhe 10 年之前
父节点
当前提交
cc7535082a
共有 1 个文件被更改,包括 41 次插入0 次删除
  1. 41 0
      bower.json

+ 41 - 0
bower.json

@@ -0,0 +1,41 @@
+{
+  "name": "babylonjs",
+  "version": "2.1.0",
+  "description": "Babylon.js is a complete JavaScript framework for building 3D games with HTML 5 and WebGL",
+  "main": "babylon.2.1-beta.js",
+  "homepage": "https://www.babylonjs.com",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/BabylonJS/Babylon.js.git"
+  },
+  "authors": [
+    "David Catuhe",
+    "David Rousset"
+  ],
+  "keywords": [
+    "3D",
+    "WebGL",
+    "WebAudio",
+    "Shaders",
+    "Realtime"
+  ],
+  "license": "Apache-2.0",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "Babylon",
+    "Exporters",
+    "Loaders",
+    "Previous releases",
+    "References",
+    "Tools",
+    "gulpfile.js",
+    "package.json",
+    "babylon.2.0*.*",
+    "*.md",
+    "*.yml",
+    "cannon.js",
+    "Oimo.js",
+    "poly2tri.js"
+  ]
+}