Package.json 320 B

12345678910111213
  1. {
  2. "name" : "Atomic",
  3. "namespace" : "Atomic",
  4. "modules" : ["Container", "Math", "Core", "Scene", "Graphics", "Atomic3D", "Atomic2D", "Audio",
  5. "Physics", "Navigation", "Input", "UI", "Resource", "Network", "IO",
  6. "Engine", "Javascript", "Environment"],
  7. "moduleExclude" : {
  8. "WEB" : ["Network", "Navigation"]
  9. }
  10. }