package.json 881 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "name": "babylonjs-ui-controls",
  6. "description": "The Babylon.js UI controls are a set of react controls used by other editors / tools",
  7. "version": "5.0.0-alpha.0",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BabylonJS/Babylon.js.git"
  11. },
  12. "main": "babylon.uiControls.min.js",
  13. "files": [
  14. "babylon.uiControls.js",
  15. "babylon.uiControls.js.map",
  16. "babylon.uiControls.min.js",
  17. "babylon.uiControls.module.d.ts",
  18. "readme.md",
  19. "package.json"
  20. ],
  21. "typings": "babylon.uiControls.module.d.ts",
  22. "keywords": [
  23. "3D",
  24. "javascript",
  25. "html5",
  26. "webgl"
  27. ],
  28. "license": "Apache-2.0",
  29. "dependencies": {
  30. "babylonjs": "5.0.0-alpha.0"
  31. },
  32. "engines": {
  33. "node": "*"
  34. }
  35. }