package.json 869 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "author": {
  3. "name": "David CATUHE"
  4. },
  5. "contributors": [
  6. "David ROUSSET"
  7. ],
  8. "name": "babylonjs",
  9. "description": "Babylon.js is a JavaScript 3D engine based on webgl.",
  10. "version": "2.5.0",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/BabylonJS/Babylon.js.git"
  14. },
  15. "main": "babylon.js",
  16. "files": [
  17. "babylon.d.ts",
  18. "babylon.js",
  19. "babylon.max.js",
  20. "babylon.noworker.js",
  21. "babylon.core.js",
  22. "babylon.canvas2d.js",
  23. "Oimo.js",
  24. "package.json"
  25. ],
  26. "typings": "babylon.d.ts",
  27. "keywords": [
  28. "3D",
  29. "javascript",
  30. "html5",
  31. "webgl"
  32. ],
  33. "license": "Apache-2.0",
  34. "dependencies": {},
  35. "engines": {
  36. "node": "*"
  37. },
  38. "readme": "Babylon.js is a 3D engine based on webgl and javascript",
  39. "readmeFilename": "README.md",
  40. "_id": "babylonjs@2.0.2",
  41. "_from": "babylonjs@"
  42. }