package.json 896 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "name": "babylonjs-gui",
  6. "description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
  7. "version": "4.2.0-beta.1",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BabylonJS/Babylon.js.git"
  11. },
  12. "main": "babylon.gui.min.js",
  13. "files": [
  14. "babylon.gui.js",
  15. "babylon.gui.js.map",
  16. "babylon.gui.min.js",
  17. "babylon.gui.module.d.ts",
  18. "readme.md",
  19. "package.json"
  20. ],
  21. "typings": "babylon.gui.module.d.ts",
  22. "keywords": [
  23. "3D",
  24. "javascript",
  25. "html5",
  26. "webgl",
  27. "gui"
  28. ],
  29. "license": "Apache-2.0",
  30. "dependencies": {
  31. "babylonjs": "4.2.0-beta.1"
  32. },
  33. "engines": {
  34. "node": "*"
  35. }
  36. }