bower.json 761 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.2.2.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. "David Rousset"
  13. ],
  14. "keywords": [
  15. "3D",
  16. "WebGL",
  17. "WebAudio",
  18. "Shaders",
  19. "Realtime"
  20. ],
  21. "license": "Apache-2.0",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "Babylon",
  26. "Exporters",
  27. "Loaders",
  28. "Previous releases",
  29. "Tools",
  30. "gulpfile.js",
  31. "package.json",
  32. "babylon.2.1*.*",
  33. "*.md",
  34. "*.yml",
  35. "cannon.js",
  36. "Oimo.js",
  37. "poly2tri.js"
  38. ]
  39. }