package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "contributors": [
  6. "David ROUSSET",
  7. "Sebastien VANDENBERGHE",
  8. "Raanan Weber"
  9. ],
  10. "name": "babylonjs",
  11. "description": "Babylon.js is a JavaScript 3D engine based on webgl.",
  12. "version": "4.0.0-beta.3",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/BabylonJS/Babylon.js.git"
  16. },
  17. "main": "babylon.js",
  18. "files": [
  19. "babylon.module.d.ts",
  20. "babylon.js",
  21. "babylon.max.js",
  22. "babylon.max.js.map",
  23. "Oimo.js",
  24. "readme.md"
  25. ],
  26. "typings": "babylon.module.d.ts",
  27. "keywords": [
  28. "3D",
  29. "javascript",
  30. "html5",
  31. "webgl"
  32. ],
  33. "license": "Apache-2.0",
  34. "engines": {
  35. "node": "*"
  36. },
  37. "readme": "Babylon.js is a 3D engine based on webgl and javascript",
  38. "readmeFilename": "README.md",
  39. "dependencies": [],
  40. "devDependencies": [],
  41. "module": "babylon.js",
  42. "esnext": "babylon.js"
  43. }