1234567891011121314151617181920212223242526 |
- {
- "name": "babylonjs-gltf2interface",
- "description": "A typescript declaration of babylon's gltf2 interface.",
- "version": "7.54.3",
- "repository": {
- "type": "git",
- "url": "https://github.com/BabylonJS/Babylon.js.git"
- },
- "files": [
- "babylon.glTF2Interface.d.ts",
- "license.md"
- ],
- "typings": "babylon.glTF2Interface.d.ts",
- "keywords": [
- "3D",
- "javascript",
- "html5",
- "webgl",
- "gltf2"
- ],
- "license": "Apache-2.0",
- "homepage": "https://www.babylonjs.com",
- "bugs": {
- "url": "https://github.com/BabylonJS/Babylon.js/issues"
- }
- }
|