bower.json 799 B

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