bower.json 854 B

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