template.package.json 609 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "contributors": [
  6. "David ROUSSET",
  7. "Sebastien VANDENBERGHE",
  8. "Raanan Weber"
  9. ],
  10. "name": "",
  11. "description": "",
  12. "version": "",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/BabylonJS/Babylon.js.git"
  16. },
  17. "main": "index.js",
  18. "module": "index.js",
  19. "esnext": "index.js",
  20. "files": [],
  21. "typings": "index.d.ts",
  22. "keywords": [
  23. "3D",
  24. "javascript",
  25. "html5",
  26. "webgl"
  27. ],
  28. "license": "Apache-2.0"
  29. }