package.json 622 B

123456789101112131415161718
  1. {
  2. "name": "babylonjs",
  3. "version": "3.3.0",
  4. "description": "Babylon.js is a 3D engine based on webgl and javascript",
  5. "main": "",
  6. "repository": {
  7. "url": "https://github.com/BabylonJS/Babylon.js/"
  8. },
  9. "readme": "https://github.com/BabylonJS/Babylon.js/edit/master/readme.md",
  10. "license": "(Apache-2.0)",
  11. "scripts": {
  12. "install": "cd ../../ && npm install && cd Playground/ && npm install && cd ../Viewer && npm install && cd ../Tools/Gulp/",
  13. "build": "gulp --max-old-space-size=8192 --tsLintFix"
  14. },
  15. "dependencies": {
  16. "typescript": "^3.3.3333"
  17. }
  18. }