1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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-alpha3.4",
- "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",
- "readme.md",
- "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@"
- }
|