moduleConfig.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. {
  2. "module" : {
  3. "actions" : [
  4. "core",
  5. "CCAction.js",
  6. "CCActionInterval.js",
  7. "CCActionInstant.js",
  8. "CCActionCamera.js",
  9. "CCActionEase.js",
  10. "CCActionCatmullRom.js",
  11. "CCActionTween.js"
  12. ],
  13. "actions3d" : [
  14. "core", "kazmath", "shaders", "actions", "effects", "render-texture",
  15. "CCActionGrid.js",
  16. "CCActionGrid3D.js",
  17. "CCActionTiledGrid.js",
  18. "CCActionPageTurn3D.js"
  19. ],
  20. "audio" : [
  21. "core",
  22. "CCAudio.js"
  23. ],
  24. "clipping-nodes" : [
  25. "core", "shape-nodes",
  26. "CCClippingNode.js"
  27. ],
  28. "compression" : [
  29. "core",
  30. "ZipUtils.js",
  31. "base64.js",
  32. "gzip.js",
  33. "zlib.min.js"
  34. ],
  35. "core" : [
  36. "CCDebugger.js",
  37. "BinaryLoader.js",
  38. "Base64Images.js",
  39. "CCClass.js",
  40. "CCCommon.js",
  41. "CCGeometry.js",
  42. "CCSAXParser.js",
  43. "CCLoaders.js",
  44. "CCConfig.js",
  45. "miniFramework.js",
  46. "CCMacro.js",
  47. "CCTypesWebGL.js",
  48. "CCTypesPropertyDefine.js",
  49. "CCTypes.js",
  50. "CCEGLView.js",
  51. "CCScreen.js",
  52. "CCVisibleRect.js",
  53. "CCInputManager.js",
  54. "CCInputExtension.js",
  55. "CCAffineTransform.js",
  56. "CCPointExtension.js",
  57. "CCVertex.js",
  58. "TransformUtils.js",
  59. "CCTouch.js",
  60. "CCEvent.js",
  61. "CCEventListener.js",
  62. "CCEventManager.js",
  63. "CCEventExtension.js",
  64. "BaseNodesWebGL.js",
  65. "BaseNodesPropertyDefine.js",
  66. "CCNode.js",
  67. "CCAtlasNode.js",
  68. "TexturesWebGL.js",
  69. "TexturesPropertyDefine.js",
  70. "CCTexture2D.js",
  71. "CCTextureCache.js",
  72. "CCTextureAtlas.js",
  73. "CCScene.js",
  74. "CCLoaderScene.js",
  75. "CCLayerWebGL.js",
  76. "CCLayerPropertyDefine.js",
  77. "CCLayer.js",
  78. "SpritesWebGL.js",
  79. "SpritesPropertyDefine.js",
  80. "CCSprite.js",
  81. "CCSpriteBatchNode.js",
  82. "CCBakeSprite.js",
  83. "CCAnimation.js",
  84. "CCAnimationCache.js",
  85. "CCSpriteFrame.js",
  86. "CCSpriteFrameCache.js",
  87. "CCConfiguration.js",
  88. "CCDirectorWebGL.js",
  89. "CCDirector.js",
  90. "CCCamera.js",
  91. "CCScheduler.js",
  92. "CCDrawingPrimitivesCanvas.js",
  93. "CCDrawingPrimitivesWebGL.js",
  94. "LabelTTFWebGL.js",
  95. "LabelTTFPropertyDefine.js",
  96. "CCLabelTTF.js",
  97. "CCActionManager.js"
  98. ],
  99. "effects" : [
  100. "core",
  101. "CCGrid.js",
  102. "CCGrabber.js"
  103. ],
  104. "kazmath" : [
  105. "core",
  106. "utility.js",
  107. "vec2.js",
  108. "vec3.js",
  109. "vec4.js",
  110. "ray2.js",
  111. "mat3.js",
  112. "mat4.js",
  113. "plane.js",
  114. "quaternion.js",
  115. "aabb.js",
  116. "mat4stack.js",
  117. "matrix.js"
  118. ],
  119. "labels" : [
  120. "core",
  121. "CCLabelAtlas.js",
  122. "CCLabelBMFont.js"
  123. ],
  124. "menus" : [
  125. "core", "actions",
  126. "CCMenuItem.js",
  127. "CCMenu.js"
  128. ],
  129. "motion-streak" : [
  130. "core", "shaders", "kazmath", "labels",
  131. "CCMotionStreak.js"
  132. ],
  133. "node-grid" : [
  134. "core",
  135. "CCNodeGrid.js"
  136. ],
  137. "parallax" : [
  138. "core",
  139. "CCParallaxNode.js"
  140. ],
  141. "particle" : [
  142. "core", "compression",
  143. "CCPNGReader.js",
  144. "CCTIFFReader.js",
  145. "CCParticleSystem.js",
  146. "CCParticleExamples.js",
  147. "CCParticleBatchNode.js"
  148. ],
  149. "physics" : [
  150. "core", "shape-nodes",
  151. "CCPhysicsSprite.js",
  152. "CCPhysicsDebugNode.js"
  153. ],
  154. "progress-timer" : [
  155. "core", "actions",
  156. "CCProgressTimer.js",
  157. "CCActionProgressTimer.js"
  158. ],
  159. "render-texture" : [
  160. "core",
  161. "CCRenderTexture.js"
  162. ],
  163. "shaders" : [
  164. "core", "kazmath",
  165. "CCShaders.js",
  166. "CCShaderCache.js",
  167. "CCGLProgram.js",
  168. "CCGLStateCache.js"
  169. ],
  170. "shape-nodes" : [
  171. "core",
  172. "CCDrawNode.js"
  173. ],
  174. "text-input" : [
  175. "core",
  176. "CCIMEDispatcher.js",
  177. "CCTextFieldTTF.js"
  178. ],
  179. "tilemap" : [
  180. "core", "compression",
  181. "CCTGAlib.js",
  182. "CCTMXTiledMap.js",
  183. "CCTMXXMLParser.js",
  184. "CCTMXObjectGroup.js",
  185. "CCTMXLayer.js"
  186. ],
  187. "transitions" : [
  188. "core", "actions", "render-texture", "progress-timer",
  189. "CCTransition.js",
  190. "CCTransitionProgress.js",
  191. "CCTransitionPageTurn.js"
  192. ],
  193. "base4webgl" : ["core", "kazmath", "shaders"],
  194. "cocos2d" : [
  195. "core", "kazmath", "shaders", "render-texture", "motion-streak", "node-grid",
  196. "clipping-nodes", "effects", "shape-nodes", "actions", "actions3d",
  197. "progress-timer", "transitions", "labels", "compression", "particle",
  198. "text-input", "menus", "tilemap", "parallax", "audio"
  199. ],
  200. "ccbreader" : [
  201. "core", "audio", "gui", "menus", "particle", "actions", "labels",
  202. "CCNodeLoader.js",
  203. "CCBReaderUtil.js",
  204. "CCControlLoader.js",
  205. "CCSpriteLoader.js",
  206. "CCNodeLoaderLibrary.js",
  207. "CCBReader.js",
  208. "CCBValue.js",
  209. "CCBKeyframe.js",
  210. "CCBSequence.js",
  211. "CCBRelativePositioning.js",
  212. "CCBAnimationManager.js"
  213. ],
  214. "editbox" : [
  215. "core", "gui",
  216. "CCdomNode.js",
  217. "CCEditBox.js"
  218. ],
  219. "ccpool" : [
  220. "core",
  221. "CCPool.js"
  222. ],
  223. "ccui" : [
  224. "core", "actions", "labels", "text-input","clipping-nodes",
  225. "CCProtectedNode.js",
  226. "CocosGUI.js",
  227. "UIWidget.js",
  228. "UIScale9Sprite.js",
  229. "UILayout.js",
  230. "UILayoutParameter.js",
  231. "UILayoutManager.js",
  232. "UIHBox.js",
  233. "UIRelativeBox.js",
  234. "UIVBox.js",
  235. "UIHelper.js",
  236. "UIButton.js",
  237. "UICheckBox.js",
  238. "UIImageView.js",
  239. "UILoadingBar.js",
  240. "UISlider.js",
  241. "UIText.js",
  242. "UITextAtlas.js",
  243. "UITextBMFont.js",
  244. "UITextField.js",
  245. "UIRichText.js",
  246. "UIScrollView.js",
  247. "UIListView.js",
  248. "UIPageView.js"
  249. ],
  250. "cocostudio" : [
  251. "core", "tilemap", "particle", "shape-nodes", "ccui",
  252. "CCComponent.js",
  253. "CCComponentContainer.js",
  254. "CocoStudio.js",
  255. "CCArmatureDefine.js",
  256. "CCDataReaderHelper.js",
  257. "CCSpriteFrameCacheHelper.js",
  258. "CCTransformHelp.js",
  259. "CCTweenFunction.js",
  260. "CCUtilMath.js",
  261. "CCArmatureDataManager.js",
  262. "CCDatas.js",
  263. "CCDecorativeDisplay.js",
  264. "CCDisplayFactory.js",
  265. "CCDisplayManager.js",
  266. "CCSkin.js",
  267. "CCProcessBase.js",
  268. "CCArmatureAnimation.js",
  269. "CCTween.js",
  270. "CCColliderDetector.js",
  271. "CCArmature.js",
  272. "CCBone.js",
  273. "CCActionFrame.js",
  274. "CCActionManager.js",
  275. "CCActionNode.js",
  276. "CCActionObject.js",
  277. "CCComAttribute.js",
  278. "CCComAudio.js",
  279. "CCComController.js",
  280. "CCComRender.js",
  281. "ObjectFactory.js",
  282. "TriggerBase.js",
  283. "TriggerMng.js",
  284. "TriggerObj.js",
  285. "ButtonReader.js",
  286. "CheckBoxReader.js",
  287. "ImageViewReader.js",
  288. "LabelAtlasReader.js",
  289. "LabelBMFontReader.js",
  290. "LabelReader.js",
  291. "LayoutLayoutReader.js",
  292. "ScrollViewReader.js",
  293. "ListViewReader.js",
  294. "LoadingBarReader.js",
  295. "PageViewReader.js",
  296. "SliderReader.js",
  297. "TextFieldReader.js",
  298. "WidgetReaderProtocol.js",
  299. "WidgetReader.js",
  300. "GUIReader.js",
  301. "SceneReader.js"
  302. ],
  303. "gui" : [
  304. "core", "clipping-nodes", "render-texture", "actions", "progress-timer",
  305. "CCControl.js",
  306. "CCControlButton.js",
  307. "CCControlUtils.js",
  308. "CCInvocation.js",
  309. "CCScale9Sprite.js",
  310. "CCMenuPassive.js",
  311. "CCControlSaturationBrightnessPicker.js",
  312. "CCControlHuePicker.js",
  313. "CCControlColourPicker.js",
  314. "CCControlSlider.js",
  315. "CCControlSwitch.js",
  316. "CCControlStepper.js",
  317. "CCControlPotentiometer.js",
  318. "CCScrollView.js",
  319. "CCSorting.js",
  320. "CCTableView.js"
  321. ],
  322. "pluginx" : [
  323. "core",
  324. "Plugin.js"
  325. ],
  326. "plugin-facebook" : [
  327. "facebook_sdk.js",
  328. "facebook.js"
  329. ],
  330. "spine":[
  331. "core",
  332. "Spine.js",
  333. "CCSkeleton.js",
  334. "CCSkeletonAnimation.js"
  335. ],
  336. "extensions" : ["gui", "ccbreader", "editbox", "cocostudio", "spine", "ccpool"],
  337. "box2d" : [
  338. "core", "physics",
  339. "box2d.js"
  340. ],
  341. "chipmunk" : [
  342. "core", "physics",
  343. "chipmunk.js"
  344. ],
  345. "socketio" : [
  346. "socket.io.min.js"
  347. ],
  348. "external" : ["box2d", "chipmunk", "socketio", "pluginx"]
  349. },
  350. "bootFile" : "CCBoot.js"
  351. }