package.json 605 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "name": "babylonjs-ktx2-decoder",
  6. "description": "The Babylon.js KTX2 decoder.",
  7. "version": "4.2.0",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/BabylonJS/Babylon.js.git"
  11. },
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. },
  15. "files": [
  16. "babylon.ktx2Decoder.max.js.map",
  17. "babylon.ktx2Decoder.max.js",
  18. "babylon.ktx2Decoder.js",
  19. "babylon.ktx2Decoder.module.d.ts",
  20. "readme.md",
  21. "package.json"
  22. ],
  23. "engines": {
  24. "node": "*"
  25. }
  26. }