12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "author": {
- "name": "David CATUHE"
- },
- "contributors": [
- "David ROUSSET"
- ],
- "name": "babylonjs",
- "description": "Babylon.js is a JavaScript 3D engine based on webgl.",
- "version": "2.5.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/BabylonJS/Babylon.js.git"
- },
- "main": "babylon.js",
- "files": [
- "babylon.d.ts",
- "babylon.module.d.ts",
- "babylon.js",
- "babylon.max.js",
- "babylon.noworker.js",
- "babylon.core.js",
- "babylon.canvas2d.js",
- "Oimo.js",
- "package.json"
- ],
- "typings": "babylon.module.d.ts",
- "keywords": [
- "3D",
- "javascript",
- "html5",
- "webgl"
- ],
- "license": "Apache-2.0",
- "dependencies": {},
- "engines": {
- "node": "*"
- },
- "readme": "Babylon.js is a 3D engine based on webgl and javascript",
- "readmeFilename": "README.md",
- "_id": "babylonjs@2.0.2",
- "_from": "babylonjs@"
- }
|