babylonjs-viewer-assets 7.17.2 → 7.18.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +46 -46
package/package.json
CHANGED
@@ -1,46 +1,46 @@
|
|
1
|
-
{
|
2
|
-
"author": {
|
3
|
-
"name": "Raanan Weber"
|
4
|
-
},
|
5
|
-
"name": "babylonjs-viewer-assets",
|
6
|
-
"description": "Compiled resources for the Babylon viewer.",
|
7
|
-
"version": "7.
|
8
|
-
"repository": {
|
9
|
-
"type": "git",
|
10
|
-
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
11
|
-
},
|
12
|
-
"main": "dist/babylon.viewer.assets.js",
|
13
|
-
"files": [
|
14
|
-
"dist/babylon.viewer.assets.js",
|
15
|
-
"dist/*.d.ts",
|
16
|
-
"readme.md",
|
17
|
-
"package.json",
|
18
|
-
"license.md"
|
19
|
-
],
|
20
|
-
"typings": "dist/index.d.ts",
|
21
|
-
"keywords": [
|
22
|
-
"3D",
|
23
|
-
"javascript",
|
24
|
-
"html5",
|
25
|
-
"webgl",
|
26
|
-
"viewer"
|
27
|
-
],
|
28
|
-
"scripts": {
|
29
|
-
"build": "webpack --env=production",
|
30
|
-
"clean": "rimraf dist"
|
31
|
-
},
|
32
|
-
"license": "Apache-2.0",
|
33
|
-
"engines": {
|
34
|
-
"node": "*"
|
35
|
-
},
|
36
|
-
"devDependencies": {
|
37
|
-
"html-loader": "^3.1.0",
|
38
|
-
"webpack": "^5.73.0",
|
39
|
-
"webpack-cli": "^5.1.0",
|
40
|
-
"webpack-merge": "^5.8.0"
|
41
|
-
},
|
42
|
-
"homepage": "https://www.babylonjs.com",
|
43
|
-
"bugs": {
|
44
|
-
"url": "https://github.com/BabylonJS/Babylon.js/issues"
|
45
|
-
}
|
46
|
-
}
|
1
|
+
{
|
2
|
+
"author": {
|
3
|
+
"name": "Raanan Weber"
|
4
|
+
},
|
5
|
+
"name": "babylonjs-viewer-assets",
|
6
|
+
"description": "Compiled resources for the Babylon viewer.",
|
7
|
+
"version": "7.18.0",
|
8
|
+
"repository": {
|
9
|
+
"type": "git",
|
10
|
+
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
11
|
+
},
|
12
|
+
"main": "dist/babylon.viewer.assets.js",
|
13
|
+
"files": [
|
14
|
+
"dist/babylon.viewer.assets.js",
|
15
|
+
"dist/*.d.ts",
|
16
|
+
"readme.md",
|
17
|
+
"package.json",
|
18
|
+
"license.md"
|
19
|
+
],
|
20
|
+
"typings": "dist/index.d.ts",
|
21
|
+
"keywords": [
|
22
|
+
"3D",
|
23
|
+
"javascript",
|
24
|
+
"html5",
|
25
|
+
"webgl",
|
26
|
+
"viewer"
|
27
|
+
],
|
28
|
+
"scripts": {
|
29
|
+
"build": "webpack --env=production",
|
30
|
+
"clean": "rimraf dist"
|
31
|
+
},
|
32
|
+
"license": "Apache-2.0",
|
33
|
+
"engines": {
|
34
|
+
"node": "*"
|
35
|
+
},
|
36
|
+
"devDependencies": {
|
37
|
+
"html-loader": "^3.1.0",
|
38
|
+
"webpack": "^5.73.0",
|
39
|
+
"webpack-cli": "^5.1.0",
|
40
|
+
"webpack-merge": "^5.8.0"
|
41
|
+
},
|
42
|
+
"homepage": "https://www.babylonjs.com",
|
43
|
+
"bugs": {
|
44
|
+
"url": "https://github.com/BabylonJS/Babylon.js/issues"
|
45
|
+
}
|
46
|
+
}
|