|
1 | 1 | { |
2 | 2 | "name" : "Default", |
3 | 3 | "id" : "io.springroll.default", |
4 | | - "version" : "1.4.0", |
| 4 | + "version" : "1.4.2", |
5 | 5 | "github": "SpringRoll/SpringRollTemplate", |
6 | 6 | "rename" : { |
7 | 7 | "gitignore" : ".gitignore", |
|
26 | 26 | "springroll": "*" |
27 | 27 | }, |
28 | 28 | "libraries": "components/preloadjs/lib/preloadjs.min.js", |
29 | | - "librariesDebug": "components/preloadjs/lib/preloadjs.combined.js" |
| 29 | + "librariesDebug": "components/preloadjs/lib/preloadjs.combined.js", |
| 30 | + "default": true |
| 31 | + }, |
| 32 | + { |
| 33 | + "id": "debug", |
| 34 | + "name": "Debug", |
| 35 | + "description": "Feature parity with window.console but with support remote debugging and colored logs", |
| 36 | + "mainDebug": [ |
| 37 | + "components/springroll/dist/modules/debug.js", |
| 38 | + "components/springroll/dist/modules/debug.css" |
| 39 | + ], |
| 40 | + "default": true |
| 41 | + }, |
| 42 | + { |
| 43 | + "id": "container-client", |
| 44 | + "name": "Container Client", |
| 45 | + "description": "Required for games being loaded by the Container module", |
| 46 | + "main": "components/springroll/dist/modules/container-client.min.js", |
| 47 | + "mainDebug": "components/springroll/dist/modules/container-client.js", |
| 48 | + "bower": { |
| 49 | + "bellhop": "*" |
| 50 | + }, |
| 51 | + "libraries": "components/bellhop/dist/bellhop.min.js", |
| 52 | + "librariesDebug": "components/bellhop/dist/bellhop.js", |
| 53 | + "default": true |
30 | 54 | }, |
31 | 55 | { |
32 | 56 | "id": "states", |
|
38 | 62 | ["pixi-animation", "easeljs-animation"] |
39 | 63 | ] |
40 | 64 | }, |
41 | | - { |
42 | | - "id": "debug", |
43 | | - "name": "Debug", |
44 | | - "description": "Feature parity with window.console but with support remote debugging and colored logs", |
45 | | - "mainDebug": [ |
46 | | - "components/springroll/dist/modules/debug.js", |
47 | | - "components/springroll/dist/modules/debug.css" |
48 | | - ] |
49 | | - }, |
50 | 65 | { |
51 | 66 | "id": "tasks", |
52 | 67 | "name": "Tasks", |
|
141 | 156 | "mainDebug": "components/springroll/dist/modules/hints.js", |
142 | 157 | "depends": [ |
143 | 158 | "sound", |
144 | | - "learning-media", |
145 | 159 | ["pixi-animation", "easeljs-animation"] |
146 | 160 | ] |
147 | 161 | }, |
148 | | - { |
149 | | - "id": "container-client", |
150 | | - "name": "Container Client", |
151 | | - "description": "Required for games being loaded by the Container module", |
152 | | - "main": "components/springroll/dist/modules/container-client.min.js", |
153 | | - "mainDebug": "components/springroll/dist/modules/container-client.js", |
154 | | - "bower": { |
155 | | - "bellhop": "*" |
156 | | - }, |
157 | | - "libraries":[ |
158 | | - "components/bellhop/dist/bellhop.min.js" |
159 | | - ], |
160 | | - "librariesDebug": [ |
161 | | - "components/bellhop/dist/bellhop.js" |
162 | | - ] |
163 | | - }, |
164 | 162 | { |
165 | 163 | "id": "easeljs-display", |
166 | 164 | "name": "EaselJS Display", |
|
261 | 259 | }, |
262 | 260 | "libraries": "components/pixi.js/bin/pixi.js", |
263 | 261 | "librariesDebug": "components/pixi.js/bin/pixi.dev.js", |
264 | | - "display": "springroll.pixi.PixiDisplay", |
265 | | - "default": false |
| 262 | + "display": "springroll.pixi.PixiDisplay" |
266 | 263 | }, |
267 | 264 | { |
268 | 265 | "id": "pixi-animation", |
269 | 266 | "name": "Pixi.js Animation", |
270 | 267 | "description": "Manage animation playback with sprites or Spine animations", |
271 | 268 | "main": "components/springroll/dist/modules/pixi-animation.min.js", |
272 | 269 | "mainDebug": "components/springroll/dist/modules/pixi-animation.js", |
273 | | - "depends": ["pixi-display"], |
274 | | - "default": false |
| 270 | + "depends": ["pixi-display"] |
275 | 271 | }, |
276 | 272 | { |
277 | 273 | "id": "pixi-ui", |
278 | 274 | "name": "Pixi.js Interface", |
279 | 275 | "description": "Drag management and basic buttons for Pixi.js", |
280 | 276 | "main": "components/springroll/dist/modules/pixi-ui.min.js", |
281 | 277 | "mainDebug": "components/springroll/dist/modules/pixi-ui.js", |
282 | | - "depends": ["pixi-display"], |
283 | | - "default": false |
| 278 | + "depends": ["pixi-display"] |
284 | 279 | }, |
285 | 280 | { |
286 | 281 | "id": "native-display", |
287 | 282 | "name": "Native Display", |
288 | 283 | "description": "Display plugin which uses Context2d to render the canvas", |
289 | 284 | "main": "components/springroll/dist/modules/native-display.min.js", |
290 | 285 | "mainDebug": "components/springroll/dist/modules/native-display.js", |
291 | | - "display": "springroll.native.NativeDisplay", |
292 | | - "default": false |
| 286 | + "display": "springroll.native.NativeDisplay" |
293 | 287 | }, |
294 | 288 | { |
295 | 289 | "id": "container", |
|
308 | 302 | "librariesDebug": [ |
309 | 303 | "components/bellhop/dist/bellhop.js", |
310 | 304 | "components/jquery/dist/jquery.js" |
311 | | - ], |
312 | | - "default": false |
| 305 | + ] |
313 | 306 | } |
314 | 307 | ] |
315 | 308 | } |
0 commit comments