forked from BabylonJS/Babylon.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 854 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "babylonjs",
"description": "Babylon.js is a complete JavaScript framework for building 3D games with HTML 5 and WebGL",
"main": "./dist/babylon.js",
"homepage": "https://www.babylonjs.com",
"repository": {
"type": "git",
"url": "git://github.com/BabylonJS/Babylon.js.git"
},
"authors": [
"David Catuhe"
],
"keywords": [
"3D",
"WebGL",
"WebAudio",
"Shaders",
"Realtime"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"Babylon",
"Exporters",
"Loaders",
"Previous releases",
"/Tools",
"gulpfile.js",
"package.json",
"babylon.2.1*.*",
"*.md",
"*.yml",
"cannon.js",
"Oimo.js",
"poly2tri.js"
]
}