babylonjs-gltf2interface 7.17.1 → 7.18.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +26 -26
package/package.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1
|
-
{
|
2
|
-
"name": "babylonjs-gltf2interface",
|
3
|
-
"description": "A typescript declaration of babylon's gltf2 interface.",
|
4
|
-
"version": "7.
|
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
|
-
}
|
1
|
+
{
|
2
|
+
"name": "babylonjs-gltf2interface",
|
3
|
+
"description": "A typescript declaration of babylon's gltf2 interface.",
|
4
|
+
"version": "7.18.0",
|
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
|
+
}
|