package.json 695 B

1234567891011121314151617
  1. {
  2. "name": "babylonjs",
  3. "version": "0.0.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. "start": "gulp run --max-old-space-size=8192",
  15. "start-public-ssl": "gulp run --max-old-space-size=8192 --public --ssl"
  16. }
  17. }