package.json 878 B

1234567891011121314151617181920212223242526272829303132333435
  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.0.0-alpha.10",
  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.min.js",
  15. "babylon.gui.min.js.map",
  16. "babylon.gui.module.d.ts",
  17. "readme.md",
  18. "package.json"
  19. ],
  20. "typings": "babylon.gui.module.d.ts",
  21. "keywords": [
  22. "3D",
  23. "javascript",
  24. "html5",
  25. "webgl",
  26. "gui"
  27. ],
  28. "license": "Apache-2.0",
  29. "dependencies": {
  30. "babylonjs": "4.0.0-alpha.10"
  31. },
  32. "engines": {
  33. "node": "*"
  34. }
  35. }