package.json 508 B

1234567891011121314151617
  1. {
  2. "name": "babylonjsplayground",
  3. "version": "3.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/blob/master/readme.md",
  10. "license": "(Apache-2.0)",
  11. "devDependencies": {
  12. "monaco-editor": "~0.10.1"
  13. },
  14. "scripts": {
  15. "test": "browser-sync start --server --files **/* --no-inject-changes --startPath index.html"
  16. }
  17. }