package.json 654 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "babylonjs-gltf2interface",
  3. "description": "A typescript declaration of babylon's gltf2 interface.",
  4. "version": "7.54.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/BabylonJS/Babylon.js.git"
  8. },
  9. "files": [
  10. "babylon.glTF2Interface.d.ts",
  11. "license.md"
  12. ],
  13. "typings": "babylon.glTF2Interface.d.ts",
  14. "keywords": [
  15. "3D",
  16. "javascript",
  17. "html5",
  18. "webgl",
  19. "gltf2"
  20. ],
  21. "license": "Apache-2.0",
  22. "homepage": "https://www.babylonjs.com",
  23. "bugs": {
  24. "url": "https://github.com/BabylonJS/Babylon.js/issues"
  25. }
  26. }