|
1 | 1 | { |
2 | 2 | "name" : "Default", |
3 | 3 | "id" : "io.springroll.default", |
4 | | - "version" : "1.4.3", |
| 4 | + "version" : "1.5.0", |
5 | 5 | "github": "SpringRoll/SpringRollTemplate", |
6 | 6 | "rename" : { |
7 | 7 | "gitignore" : ".gitignore", |
|
23 | 23 | "components/springroll/dist/core.css" |
24 | 24 | ], |
25 | 25 | "bower": { |
26 | | - "springroll": "*" |
| 26 | + "springroll": "~0.4" |
27 | 27 | }, |
28 | 28 | "libraries": "components/preloadjs/lib/preloadjs.min.js", |
29 | 29 | "librariesDebug": "components/preloadjs/lib/preloadjs.combined.js", |
|
52 | 52 | "librariesDebug": "components/bellhop/dist/bellhop.js", |
53 | 53 | "default": true |
54 | 54 | }, |
| 55 | + { |
| 56 | + "id": "animation", |
| 57 | + "name": "Animation", |
| 58 | + "description": "Use of the Animator to playback various animation formats", |
| 59 | + "main": "components/springroll/dist/modules/animation.min.js", |
| 60 | + "mainDebug": "components/springroll/dist/modules/animation.js" |
| 61 | + }, |
55 | 62 | { |
56 | 63 | "id": "states", |
57 | 64 | "name": "States", |
58 | 65 | "description": "Add states to Application and a transition", |
59 | 66 | "main": "components/springroll/dist/modules/states.min.js", |
60 | | - "mainDebug": "components/springroll/dist/modules/states.js", |
61 | | - "depends": [ |
62 | | - ["pixi-animation", "easeljs-animation"] |
63 | | - ] |
64 | | - }, |
65 | | - { |
66 | | - "id": "tasks", |
67 | | - "name": "Tasks", |
68 | | - "description": "Manager for asynchronous tasks, like loading multiple assets", |
69 | | - "main": "components/springroll/dist/modules/tasks.min.js", |
70 | | - "mainDebug": "components/springroll/dist/modules/tasks.js" |
| 67 | + "mainDebug": "components/springroll/dist/modules/states.js" |
71 | 68 | }, |
72 | 69 | { |
73 | 70 | "id": "sound", |
|
120 | 117 | "main": "components/springroll/dist/modules/languages.min.js", |
121 | 118 | "mainDebug": "components/springroll/dist/modules/languages.js" |
122 | 119 | }, |
123 | | - { |
124 | | - "id": "learning", |
125 | | - "name": "Learning", |
126 | | - "description": "Integration for sending events with the Learning dispatcher", |
127 | | - "main": "components/springroll/dist/modules/learning.min.js", |
128 | | - "mainDebug": [ |
129 | | - "components/springroll/dist/modules/learning.js", |
130 | | - "components/springroll/dist/modules/learning.css" |
131 | | - ], |
132 | | - "bower": { |
133 | | - "jquery": "*" |
134 | | - }, |
135 | | - "librariesDebug": [ |
136 | | - "components/jquery/dist/jquery.js" |
137 | | - ] |
138 | | - }, |
139 | | - { |
140 | | - "id": "learning-media", |
141 | | - "name": "Learning Media", |
142 | | - "description": "Convenience functions for playing and dispatching events for feedback, movie playback, voice over.", |
143 | | - "main": "components/springroll/dist/modules/learning-media.min.js", |
144 | | - "mainDebug": "components/springroll/dist/modules/learning-media.js", |
145 | | - "depends": [ |
146 | | - "captions", |
147 | | - "sound", |
148 | | - ["pixi-animation", "easeljs-animation"] |
149 | | - ] |
150 | | - }, |
151 | 120 | { |
152 | 121 | "id": "hints", |
153 | 122 | "name": "Hints", |
|
156 | 125 | "mainDebug": "components/springroll/dist/modules/hints.js", |
157 | 126 | "depends": [ |
158 | 127 | "sound", |
159 | | - ["pixi-animation", "easeljs-animation"] |
| 128 | + "animation" |
160 | 129 | ] |
161 | 130 | }, |
162 | 131 | { |
|
206 | 175 | "components/tweenjs/lib/tweenjs.combined.js", |
207 | 176 | "components/easeljs/lib/movieclip.combined.js" |
208 | 177 | ], |
209 | | - "depends": ["easeljs-display"] |
| 178 | + "depends": [ |
| 179 | + "animation", |
| 180 | + "easeljs-display" |
| 181 | + ] |
210 | 182 | }, |
211 | 183 | { |
212 | 184 | "id": "easeljs-ui", |
|
215 | 187 | "main": "components/springroll/dist/modules/easeljs-ui.min.js", |
216 | 188 | "mainDebug": "components/springroll/dist/modules/easeljs-ui.js", |
217 | 189 | "depends": [ |
218 | | - "easeljs-display", |
219 | | - "easeljs-utils" |
220 | | - ] |
221 | | - }, |
222 | | - { |
223 | | - "id": "easeljs-learning", |
224 | | - "name": "EaselJS Learning", |
225 | | - "description": "EaselJS-specific convenience utilities for event tracking", |
226 | | - "main": "components/springroll/dist/modules/easeljs-learning.min.js", |
227 | | - "mainDebug": "components/springroll/dist/modules/easeljs-learning.js", |
228 | | - "depends": [ |
229 | | - "easeljs-display", |
230 | | - "learning" |
| 190 | + "easeljs-display" |
231 | 191 | ] |
232 | 192 | }, |
233 | | - { |
234 | | - "id": "easeljs-utils", |
235 | | - "name": "EaselJS Utilities", |
236 | | - "description": "Contains bitmap utilities for managing, loading and formatting bitmaps", |
237 | | - "main": "components/springroll/dist/modules/easeljs-utils.min.js", |
238 | | - "mainDebug": "components/springroll/dist/modules/easeljs-utils.js", |
239 | | - "depends": ["easeljs-display"] |
240 | | - }, |
241 | 193 | { |
242 | 194 | "id": "easeljs-cutscene", |
243 | 195 | "name": "EaselJS Cutscene", |
|
246 | 198 | "mainDebug": "components/springroll/dist/modules/easeljs-cutscene.js", |
247 | 199 | "depends": [ |
248 | 200 | "easeljs-display", |
249 | | - "easeljs-animation", |
250 | | - "easeljs-utils", |
251 | | - "tasks" |
| 201 | + "animation", |
| 202 | + "easeljs-animation" |
252 | 203 | ] |
253 | 204 | }, |
| 205 | + { |
| 206 | + "id": "easeljs-cursor", |
| 207 | + "name": "EaselJS Cursor", |
| 208 | + "description": "Add a custom cursor to the Application", |
| 209 | + "main": "components/springroll-cursor/dist/modules/easeljs-cursor.min.js", |
| 210 | + "mainDebug": "components/springroll-cursor/dist/modules/easeljs-cursor.js", |
| 211 | + "bower": { |
| 212 | + "springroll-cursor": "*" |
| 213 | + } |
| 214 | + }, |
254 | 215 | { |
255 | 216 | "id": "pixi-display", |
256 | 217 | "name": "Pixi.js Display", |
|
260 | 221 | "bower": { |
261 | 222 | "pixi.js":"https://github.com/SpringRoll/pixi.js.git" |
262 | 223 | }, |
263 | | - "libraries": "components/pixi.js/bin/pixi.js", |
264 | | - "librariesDebug": "components/pixi.js/bin/pixi.dev.js", |
| 224 | + "libraries": "components/pixi.js/bin/pixi.min.js", |
| 225 | + "librariesDebug": "components/pixi.js/bin/pixi.js", |
265 | 226 | "display": "springroll.pixi.PixiDisplay" |
266 | 227 | }, |
267 | 228 | { |
|
270 | 231 | "description": "Manage animation playback with sprites or Spine animations", |
271 | 232 | "main": "components/springroll/dist/modules/pixi-animation.min.js", |
272 | 233 | "mainDebug": "components/springroll/dist/modules/pixi-animation.js", |
273 | | - "depends": ["pixi-display"] |
| 234 | + "depends": [ |
| 235 | + "animation", |
| 236 | + "pixi-display" |
| 237 | + ] |
| 238 | + }, |
| 239 | + { |
| 240 | + "id": "pixi-spine", |
| 241 | + "name": "Pixi.js Spine", |
| 242 | + "description": "Manage spine playback and loading", |
| 243 | + "main": "components/springroll/dist/modules/pixi-spine.min.js", |
| 244 | + "mainDebug": "components/springroll/dist/modules/pixi-spine.js", |
| 245 | + "depends": [ |
| 246 | + "animation", |
| 247 | + "pixi-display" |
| 248 | + ] |
274 | 249 | }, |
275 | 250 | { |
276 | 251 | "id": "pixi-ui", |
|
289 | 264 | "display": "springroll.native.NativeDisplay" |
290 | 265 | }, |
291 | 266 | { |
292 | | - "id": "container", |
293 | | - "name": "Container", |
294 | | - "description": "The container for interacting with SpringRoll projects that are iframed", |
295 | | - "main": "components/springroll/dist/modules/container.min.js", |
296 | | - "mainDebug": "components/springroll/dist/modules/container.js", |
| 267 | + "id": "keyboard", |
| 268 | + "name": "Keyboard", |
| 269 | + "description": "A keyboard input handling plugin", |
| 270 | + "main": "components/springroll-keyboard/dist/keyboard.min.js", |
| 271 | + "mainDebug": "components/springroll-keyboard/dist/keyboard.js", |
297 | 272 | "bower": { |
298 | | - "bellhop": "*", |
299 | | - "jquery": "*" |
300 | | - }, |
301 | | - "libraries":[ |
302 | | - "components/bellhop/dist/bellhop.min.js", |
303 | | - "components/jquery/dist/jquery.min.js" |
304 | | - ], |
305 | | - "librariesDebug": [ |
306 | | - "components/bellhop/dist/bellhop.js", |
307 | | - "components/jquery/dist/jquery.js" |
308 | | - ] |
| 273 | + "springroll-keyboard": "*" |
| 274 | + } |
309 | 275 | } |
310 | 276 | ] |
311 | 277 | } |
0 commit comments