package.json 947 B

12345678910111213141516171819202122232425262728293031323334353637
  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": "3.1.0-alpha1.1",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BabylonJS/Babylon.js.git"
  11. },
  12. "main": "../dist/preview release/gui/babylon.gui.js",
  13. "files": [
  14. "../dist/preview release/gui/babylon.gui.js",
  15. "../dist/preview release/gui/babylon.gui.min.js",
  16. "../dist/preview release/gui/babylon.gui.d.ts",
  17. "package.json"
  18. ],
  19. "typings": "../dist/preview release/gui/babylon.gui.d.ts",
  20. "keywords": [
  21. "3D",
  22. "javascript",
  23. "html5",
  24. "webgl",
  25. "gui"
  26. ],
  27. "license": "Apache-2.0",
  28. "dependencies": {
  29. "babylonjs": "3.1.0-alpha1"
  30. },
  31. "engines": {
  32. "node": "*"
  33. },
  34. "_id": "babylonjs-gui@3.1.0-alpha1",
  35. "_from": "babylonjs-gui@"
  36. }