package.json 969 B

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