gltf-validator
Version:
Library for validating glTF 2.0 assets, compiled from Dart to JS.
22 lines • 617 B
JSON
{
"name": "gltf-validator",
"description": "Library for validating glTF 2.0 assets, compiled from Dart to JS.",
"license": "Apache-2.0",
"bugs": "https://github.com/KhronosGroup/glTF-Validator/issues",
"homepage": "https://github.com/KhronosGroup/glTF-Validator",
"repository": {
"type": "git",
"url": "https://github.com/KhronosGroup/glTF-Validator"
},
"author": {
"name": "The Khronos Group Inc."
},
"main": "index.js",
"module": "module.mjs",
"keywords": [
"gltf",
"webgl",
"3d"
],
"version": "2.0.0-dev.3.5"
}