|
@@ -1,38 +1,37 @@
|
|
|
{
|
|
|
- "author": {
|
|
|
- "name": "David CATUHE"
|
|
|
- },
|
|
|
- "name": "babylonjs-gui",
|
|
|
- "description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
|
- "version": "3.1.0-alpha1.3",
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
|
- },
|
|
|
- "main": "babylon.gui.js",
|
|
|
- "files": [
|
|
|
- "babylon.gui.js",
|
|
|
- "babylon.gui.min.js",
|
|
|
- "babylon.gui.d.ts",
|
|
|
- "babylon.gui.module.d.ts",
|
|
|
-
|
|
|
- "package.json"
|
|
|
- ],
|
|
|
- "typings": "babylon.gui.module.d.ts",
|
|
|
- "keywords": [
|
|
|
- "3D",
|
|
|
- "javascript",
|
|
|
- "html5",
|
|
|
- "webgl",
|
|
|
- "gui"
|
|
|
- ],
|
|
|
- "license": "Apache-2.0",
|
|
|
- "dependencies": {
|
|
|
- "babylonjs": "3.1.0-alpha1"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": "*"
|
|
|
- },
|
|
|
- "_id": "babylonjs-gui@3.1.0-alpha1",
|
|
|
- "_from": "babylonjs-gui@"
|
|
|
-}
|
|
|
+ "author": {
|
|
|
+ "name": "David CATUHE"
|
|
|
+ },
|
|
|
+ "name": "babylonjs-gui",
|
|
|
+ "description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
|
+ "version": "3.1.0-alpha1.3",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
|
+ },
|
|
|
+ "main": "babylon.gui.min.js",
|
|
|
+ "files": [
|
|
|
+ "babylon.gui.js",
|
|
|
+ "babylon.gui.min.js",
|
|
|
+ "babylon.gui.d.ts",
|
|
|
+ "babylon.gui.module.d.ts",
|
|
|
+ "package.json"
|
|
|
+ ],
|
|
|
+ "typings": "babylon.gui.module.d.ts",
|
|
|
+ "keywords": [
|
|
|
+ "3D",
|
|
|
+ "javascript",
|
|
|
+ "html5",
|
|
|
+ "webgl",
|
|
|
+ "gui"
|
|
|
+ ],
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "peerDependencies": {
|
|
|
+ "babylonjs": ">3.1.0-alpha"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ },
|
|
|
+ "_id": "babylonjs-gui@3.1.0-alpha1",
|
|
|
+ "_from": "babylonjs-gui@"
|
|
|
+}
|