package.json 576 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "babylonjs-gltf2interface",
  3. "description": "A typescript declaration of babylon's gltf2 inteface.",
  4. "version": "4.2.0-alpha.15",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/BabylonJS/Babylon.js.git"
  8. },
  9. "files": [
  10. "babylon.glTF2Interface.d.ts",
  11. "package.json"
  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. "engines": {
  23. "node": "*"
  24. }
  25. }