bower.json 776 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "babylonjs",
  3. "version": "2.0.0",
  4. "description": "Babylon.js is a complete JavaScript framework for building 3D games with HTML 5 and WebGL",
  5. "main": "babylon.2.0.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. "Tools",
  31. "gulpfile.js",
  32. "package.json",
  33. "babylon.2.0*.*",
  34. "*.md",
  35. "*.yml",
  36. "cannon.js",
  37. "Oimo.js",
  38. "poly2tri.js"
  39. ]
  40. }