123456789101112131415161718192021222324252627 |
- {
- "author": {
- "name": "David CATUHE"
- },
- "name": "babylonjs-playground",
- "description": "The Babylon.js playground",
- "version": "4.2.0-alpha.23",
- "repository": {
- "type": "git",
- "url": "https://github.com/BabylonJS/Babylon.js.git"
- },
- "license": "Apache-2.0",
- "dependencies": {
- "babylonjs": "4.2.0-alpha.23"
- },
- "files": [
- "babylon.playground.max.js.map",
- "babylon.playground.max.js",
- "babylon.playground.js",
- "babylon.playground.module.d.ts",
- "readme.md",
- "package.json"
- ],
- "engines": {
- "node": "*"
- }
- }
|