forked from aurelia/skeleton-navigation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.js
549 lines (547 loc) · 24.1 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
System.config({
"transpiler": "babel",
"babelOptions": {
"optional": [
"es7.decorators",
"es7.classProperties",
"runtime"
]
},
"paths": {
"*": "dist/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
},
"bundles": {
"app-bundle": [
"github:webcomponents/webcomponentsjs@0.6.3/webcomponents.min",
"github:webcomponents/webcomponentsjs@0.6.3/webcomponents",
"github:webcomponents/webcomponentsjs@0.6.3/webcomponents-lite.min",
"github:webcomponents/webcomponentsjs@0.6.3/webcomponents-lite",
"github:webcomponents/webcomponentsjs@0.6.3/ShadowDOM.min",
"github:webcomponents/webcomponentsjs@0.6.3/ShadowDOM",
"github:webcomponents/webcomponentsjs@0.6.3/HTMLImports.min",
"github:webcomponents/webcomponentsjs@0.6.3/HTMLImports",
"github:webcomponents/webcomponentsjs@0.6.3/CustomElements.min",
"github:webcomponents/webcomponentsjs@0.6.3/CustomElements",
"github:aurelia/html-template-element@0.2.0/HTMLTemplateElement.min",
"github:aurelia/html-template-element@0.2.0/HTMLTemplateElement",
"npm:core-js@0.9.18/modules/$.fw",
"npm:core-js@0.9.18/modules/$.dom-create",
"npm:core-js@0.9.18/modules/$.shared",
"npm:core-js@0.9.18/modules/$.uid",
"npm:core-js@0.9.18/modules/$.redef",
"npm:core-js@0.9.18/modules/$.invoke",
"npm:core-js@0.9.18/modules/$.assert",
"npm:core-js@0.9.18/modules/$.array-includes",
"npm:core-js@0.9.18/modules/$.replacer",
"npm:core-js@0.9.18/modules/$.throws",
"npm:core-js@0.9.18/modules/$.keyof",
"npm:core-js@0.9.18/modules/$.enum-keys",
"npm:core-js@0.9.18/modules/$.get-names",
"npm:core-js@0.9.18/modules/$.assign",
"npm:core-js@0.9.18/modules/$.same",
"npm:core-js@0.9.18/modules/$.set-proto",
"npm:core-js@0.9.18/modules/es6.object.to-string",
"npm:core-js@0.9.18/modules/es6.object.statics-accept-primitives",
"npm:core-js@0.9.18/modules/es6.function.name",
"npm:core-js@0.9.18/modules/es6.function.has-instance",
"npm:core-js@0.9.18/modules/es6.number.constructor",
"npm:core-js@0.9.18/modules/es6.number.statics",
"npm:core-js@0.9.18/modules/es6.math",
"npm:core-js@0.9.18/modules/es6.string.from-code-point",
"npm:core-js@0.9.18/modules/es6.string.raw",
"npm:core-js@0.9.18/modules/$.string-at",
"npm:core-js@0.9.18/modules/$.iter",
"npm:core-js@0.9.18/modules/$.iter-define",
"npm:core-js@0.9.18/modules/es6.string.code-point-at",
"npm:core-js@0.9.18/modules/es6.string.ends-with",
"npm:core-js@0.9.18/modules/es6.string.includes",
"npm:core-js@0.9.18/modules/$.string-repeat",
"npm:core-js@0.9.18/modules/es6.string.starts-with",
"npm:core-js@0.9.18/modules/$.iter-call",
"npm:core-js@0.9.18/modules/$.iter-detect",
"npm:core-js@0.9.18/modules/es6.array.of",
"npm:core-js@0.9.18/modules/$.unscope",
"npm:core-js@0.9.18/modules/$.species",
"npm:core-js@0.9.18/modules/es6.array.copy-within",
"npm:core-js@0.9.18/modules/es6.array.fill",
"npm:core-js@0.9.18/modules/es6.array.find",
"npm:core-js@0.9.18/modules/es6.array.find-index",
"npm:core-js@0.9.18/modules/es6.regexp",
"npm:core-js@0.9.18/modules/$.for-of",
"npm:process@0.10.1/browser",
"npm:core-js@0.9.18/modules/$.mix",
"npm:core-js@0.9.18/modules/$.collection-strong",
"npm:core-js@0.9.18/modules/$.collection",
"npm:core-js@0.9.18/modules/es6.set",
"npm:core-js@0.9.18/modules/$.collection-weak",
"npm:core-js@0.9.18/modules/es6.weak-set",
"npm:core-js@0.9.18/modules/$.own-keys",
"npm:core-js@0.9.18/modules/es7.array.includes",
"npm:core-js@0.9.18/modules/es7.string.at",
"npm:core-js@0.9.18/modules/$.string-pad",
"npm:core-js@0.9.18/modules/es7.string.rpad",
"npm:core-js@0.9.18/modules/es7.regexp.escape",
"npm:core-js@0.9.18/modules/es7.object.get-own-property-descriptors",
"npm:core-js@0.9.18/modules/es7.object.to-array",
"npm:core-js@0.9.18/modules/$.collection-to-json",
"npm:core-js@0.9.18/modules/es7.set.to-json",
"npm:core-js@0.9.18/modules/js.array.statics",
"npm:core-js@0.9.18/modules/$.partial",
"npm:core-js@0.9.18/modules/web.immediate",
"npm:core-js@0.9.18/modules/web.dom.iterable",
"npm:core-js@0.9.18/modules/core.dict",
"npm:core-js@0.9.18/modules/core.iter-helpers",
"npm:core-js@0.9.18/modules/core.$for",
"npm:core-js@0.9.18/modules/core.delay",
"npm:core-js@0.9.18/modules/core.function.part",
"npm:core-js@0.9.18/modules/core.object",
"npm:core-js@0.9.18/modules/core.array.turn",
"npm:core-js@0.9.18/modules/core.number.iterator",
"npm:core-js@0.9.18/modules/core.number.math",
"npm:core-js@0.9.18/modules/core.string.escape-html",
"npm:core-js@0.9.18/modules/core.date",
"npm:core-js@0.9.18/modules/core.global",
"npm:core-js@0.9.18/modules/core.log",
"github:aurelia/logging@0.6.4/aurelia-logging",
"github:aurelia/metadata@0.7.3/aurelia-metadata",
"github:aurelia/path@0.8.1/aurelia-path",
"github:aurelia/loader@0.8.7/aurelia-loader",
"github:aurelia/task-queue@0.6.2/aurelia-task-queue",
"github:aurelia/dependency-injection@0.9.2/aurelia-dependency-injection",
"github:aurelia/loader-default@0.9.5/aurelia-loader-default",
"npm:core-js@0.9.18/modules/$",
"npm:core-js@0.9.18/modules/$.wks",
"npm:core-js@0.9.18/modules/$.def",
"npm:core-js@0.9.18/modules/$.ctx",
"npm:core-js@0.9.18/modules/es6.symbol",
"npm:core-js@0.9.18/modules/es6.object.assign",
"npm:core-js@0.9.18/modules/es6.object.is",
"npm:core-js@0.9.18/modules/es6.object.set-prototype-of",
"npm:core-js@0.9.18/modules/es6.string.iterator",
"npm:core-js@0.9.18/modules/es6.string.repeat",
"npm:core-js@0.9.18/modules/es6.array.from",
"npm:core-js@0.9.18/modules/es6.array.iterator",
"npm:core-js@0.9.18/modules/es6.array.species",
"npm:process@0.10.1",
"npm:core-js@0.9.18/modules/es6.map",
"npm:core-js@0.9.18/modules/es6.weak-map",
"npm:core-js@0.9.18/modules/es6.reflect",
"npm:core-js@0.9.18/modules/es7.string.lpad",
"npm:core-js@0.9.18/modules/es7.map.to-json",
"npm:core-js@0.9.18/modules/web.timers",
"github:aurelia/logging@0.6.4",
"github:aurelia/metadata@0.7.3",
"github:aurelia/path@0.8.1",
"github:aurelia/loader@0.8.7",
"github:aurelia/task-queue@0.6.2",
"github:aurelia/dependency-injection@0.9.2",
"github:aurelia/loader-default@0.9.5",
"npm:core-js@0.9.18/modules/$.cof",
"npm:core-js@0.9.18/modules/$.array-methods",
"github:jspm/nodelibs-process@0.1.1/index",
"github:aurelia/binding@0.8.6/aurelia-binding",
"npm:core-js@0.9.18/modules/es5",
"github:jspm/nodelibs-process@0.1.1",
"github:aurelia/binding@0.8.6",
"npm:core-js@0.9.18/modules/$.task",
"github:aurelia/templating@0.14.4/aurelia-templating",
"npm:core-js@0.9.18/modules/es6.promise",
"github:aurelia/templating@0.14.4",
"npm:core-js@0.9.18/shim",
"npm:core-js@0.9.18/index",
"npm:core-js@0.9.18",
"github:aurelia/framework@0.15.0/aurelia-framework",
"github:aurelia/framework@0.15.0",
"github:charlespockert/aurelia-compiler@0.0.6/index",
"github:charlespockert/aurelia-compiler@0.0.6",
"github:charlespockert/aurelia-bs-grid@master/pager/pager",
"github:charlespockert/aurelia-bs-grid@master/index",
"github:charlespockert/aurelia-bs-grid@master/grid/grid-column",
"github:charlespockert/aurelia-bs-grid@master/grid/aurelia-bs-grid.css!github:systemjs/plugin-css@0.1.13",
"github:charlespockert/aurelia-bs-grid@master/grid/grid",
"github:charlespockert/aurelia-bs-grid@master",
"github:aurelia/logging-console@0.6.2/aurelia-logging-console",
"github:aurelia/logging-console@0.6.2",
"github:aurelia/templating-binding@0.14.0/aurelia-templating-binding",
"github:aurelia/templating-binding@0.14.0",
"github:aurelia/templating-resources@0.14.0/if",
"github:aurelia/templating-resources@0.14.0/with",
"github:aurelia/templating-resources@0.14.0/repeat",
"github:aurelia/templating-resources@0.14.0/show",
"github:aurelia/templating-resources@0.14.0/global-behavior",
"github:aurelia/templating-resources@0.14.0/sanitize-html",
"github:aurelia/templating-resources@0.14.0/replaceable",
"github:aurelia/templating-resources@0.14.0/focus",
"github:aurelia/templating-resources@0.14.0/compile-spy",
"github:aurelia/templating-resources@0.14.0/view-spy",
"github:aurelia/templating-resources@0.14.0/compose",
"github:aurelia/templating-resources@0.14.0/aurelia-templating-resources",
"github:aurelia/templating-resources@0.14.0",
"github:aurelia/route-recognizer@0.6.2/aurelia-route-recognizer",
"github:aurelia/history@0.6.1/aurelia-history",
"github:aurelia/event-aggregator@0.7.0/aurelia-event-aggregator",
"github:aurelia/templating-router@0.15.0/router-view",
"github:aurelia/templating-router@0.15.0/route-href",
"github:aurelia/route-recognizer@0.6.2",
"github:aurelia/history@0.6.1",
"github:aurelia/event-aggregator@0.7.0",
"github:aurelia/templating-router@0.15.0/route-loader",
"github:aurelia/router@0.11.0/aurelia-router",
"github:aurelia/router@0.11.0",
"github:aurelia/templating-router@0.15.0/aurelia-templating-router",
"github:aurelia/templating-router@0.15.0",
"github:aurelia/history-browser@0.7.0/aurelia-history-browser",
"github:aurelia/history-browser@0.7.0",
"github:aurelia/animator-css@0.15.0/aurelia-animator-css",
"github:aurelia/animator-css@0.15.0",
"github:aurelia/http-client@0.10.3/aurelia-http-client",
"github:aurelia/http-client@0.10.3",
"github:aurelia/bootstrapper@0.16.0/aurelia-bootstrapper",
"github:aurelia/bootstrapper@0.16.0",
"row-selection",
"remote-data",
"nav-bar",
"local-data",
"datasource-mutation",
"compose-demo",
"column-templates",
"column-filters",
"github:components/jquery@2.1.4/jquery",
"github:twbs/bootstrap@3.3.5/css/bootstrap.css!github:systemjs/plugin-css@0.1.13",
"github:components/jquery@2.1.4",
"github:twbs/bootstrap@3.3.5/js/bootstrap",
"github:twbs/bootstrap@3.3.5",
"app",
"animation-main"
]
},
"defaultJSExtensions": true
});
System.config({
"map": {
"aurelia-animator-css": "github:aurelia/animator-css@0.15.0",
"aurelia-binding": "github:aurelia/binding@0.8.6",
"aurelia-bootstrapper": "github:aurelia/bootstrapper@0.16.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.7.0",
"aurelia-framework": "github:aurelia/framework@0.15.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.7.0",
"aurelia-http-client": "github:aurelia/http-client@0.10.3",
"aurelia-loader": "github:aurelia/loader@0.8.7",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.5",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.6.2",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.2",
"aurelia-templating": "github:aurelia/templating@0.14.4",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.14.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.14.0",
"babel": "npm:babel-core@5.7.4",
"babel-runtime": "npm:babel-runtime@5.7.0",
"bootstrap": "github:twbs/bootstrap@3.3.5",
"charlespockert/aurelia-bs-grid": "github:charlespockert/aurelia-bs-grid@master",
"charlespockert/aurelia-compiler": "github:charlespockert/aurelia-compiler@0.0.6",
"clean-css": "npm:clean-css@3.3.6",
"core-js": "npm:core-js@0.9.18",
"css": "github:systemjs/plugin-css@0.1.13",
"font-awesome": "npm:font-awesome@4.3.0",
"jquery": "github:components/jquery@2.1.4",
"systemjs/plugin-css": "github:systemjs/plugin-css@0.1.11",
"github:aurelia/animator-css@0.15.0": {
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-templating": "github:aurelia/templating@0.14.4"
},
"github:aurelia/binding@0.8.6": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.2",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/bootstrapper@0.16.0": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.7.0",
"aurelia-framework": "github:aurelia/framework@0.15.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.7.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.5",
"aurelia-logging-console": "github:aurelia/logging-console@0.6.2",
"aurelia-router": "github:aurelia/router@0.11.0",
"aurelia-templating": "github:aurelia/templating@0.14.4",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.14.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.14.0",
"aurelia-templating-router": "github:aurelia/templating-router@0.15.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/dependency-injection@0.9.2": {
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/event-aggregator@0.7.0": {
"aurelia-logging": "github:aurelia/logging@0.6.4"
},
"github:aurelia/framework@0.15.0": {
"aurelia-binding": "github:aurelia/binding@0.8.6",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-loader": "github:aurelia/loader@0.8.7",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.2",
"aurelia-templating": "github:aurelia/templating@0.14.4",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/history-browser@0.7.0": {
"aurelia-history": "github:aurelia/history@0.6.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/http-client@0.10.3": {
"aurelia-path": "github:aurelia/path@0.8.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/loader-default@0.9.5": {
"aurelia-loader": "github:aurelia/loader@0.8.7",
"aurelia-metadata": "github:aurelia/metadata@0.7.3"
},
"github:aurelia/loader@0.8.7": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.2.0",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-path": "github:aurelia/path@0.8.1",
"core-js": "npm:core-js@0.9.18",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.6.3"
},
"github:aurelia/logging-console@0.6.2": {
"aurelia-logging": "github:aurelia/logging@0.6.4"
},
"github:aurelia/metadata@0.7.3": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/route-recognizer@0.6.2": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/router@0.11.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.7.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.6.2",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-binding@0.14.0": {
"aurelia-binding": "github:aurelia/binding@0.8.6",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-templating": "github:aurelia/templating@0.14.4"
},
"github:aurelia/templating-resources@0.14.0": {
"aurelia-binding": "github:aurelia/binding@0.8.6",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.2",
"aurelia-templating": "github:aurelia/templating@0.14.4",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-router@0.15.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-router": "github:aurelia/router@0.11.0",
"aurelia-templating": "github:aurelia/templating@0.14.4"
},
"github:aurelia/templating@0.14.4": {
"aurelia-binding": "github:aurelia/binding@0.8.6",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.2",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.2.0",
"aurelia-loader": "github:aurelia/loader@0.8.7",
"aurelia-logging": "github:aurelia/logging@0.6.4",
"aurelia-metadata": "github:aurelia/metadata@0.7.3",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.2",
"core-js": "npm:core-js@0.9.18"
},
"github:charlespockert/aurelia-bs-grid@master": {
"bootstrap": "github:twbs/bootstrap@3.3.5",
"gooy/aurelia-compiler": "github:charlespockert/aurelia-compiler@0.0.6"
},
"github:charlespockert/aurelia-compiler@0.0.6": {
"aurelia-loader": "github:aurelia/loader@0.8.7",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.5",
"aurelia-templating": "github:aurelia/templating@0.14.4"
},
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.3.1"
},
"github:jspm/nodelibs-events@0.1.1": {
"events": "npm:events@1.0.2"
},
"github:jspm/nodelibs-http@1.7.1": {
"Base64": "npm:Base64@0.2.1",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"url": "github:jspm/nodelibs-url@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"github:jspm/nodelibs-https@0.1.0": {
"https-browserify": "npm:https-browserify@0.0.0"
},
"github:jspm/nodelibs-os@0.1.0": {
"os-browserify": "npm:os-browserify@0.1.2"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
"github:jspm/nodelibs-stream@0.1.0": {
"stream-browserify": "npm:stream-browserify@1.0.0"
},
"github:jspm/nodelibs-url@0.1.0": {
"url": "npm:url@0.10.3"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:systemjs/plugin-css@0.1.11": {
"clean-css": "npm:clean-css@3.1.9",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0"
},
"github:twbs/bootstrap@3.3.5": {
"jquery": "github:components/jquery@2.1.4"
},
"npm:amdefine@1.0.0": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"module": "github:jspm/nodelibs-module@0.1.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:babel-runtime@5.7.0": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:buffer@3.3.1": {
"base64-js": "npm:base64-js@0.0.8",
"ieee754": "npm:ieee754@1.1.6",
"is-array": "npm:is-array@1.0.1"
},
"npm:clean-css@3.1.9": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"commander": "npm:commander@2.6.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"http": "github:jspm/nodelibs-http@1.7.1",
"https": "github:jspm/nodelibs-https@0.1.0",
"os": "github:jspm/nodelibs-os@0.1.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1",
"source-map": "npm:source-map@0.1.43",
"url": "github:jspm/nodelibs-url@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:clean-css@3.3.6": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"commander": "npm:commander@2.8.1",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"http": "github:jspm/nodelibs-http@1.7.1",
"https": "github:jspm/nodelibs-https@0.1.0",
"os": "github:jspm/nodelibs-os@0.1.0",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1",
"source-map": "npm:source-map@0.4.4",
"url": "github:jspm/nodelibs-url@0.1.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:commander@2.6.0": {
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"events": "github:jspm/nodelibs-events@0.1.1",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:commander@2.8.1": {
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"events": "github:jspm/nodelibs-events@0.1.1",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"graceful-readlink": "npm:graceful-readlink@1.0.1",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:core-js@0.9.18": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:core-util-is@1.0.1": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:font-awesome@4.3.0": {
"css": "github:systemjs/plugin-css@0.1.13"
},
"npm:graceful-readlink@1.0.1": {
"fs": "github:jspm/nodelibs-fs@0.1.2"
},
"npm:https-browserify@0.0.0": {
"http": "github:jspm/nodelibs-http@1.7.1"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:os-browserify@0.1.2": {
"os": "github:jspm/nodelibs-os@0.1.0"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:punycode@1.3.2": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:readable-stream@1.1.13": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"core-util-is": "npm:core-util-is@1.0.1",
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@0.0.1",
"process": "github:jspm/nodelibs-process@0.1.1",
"stream": "github:jspm/nodelibs-stream@0.1.0",
"stream-browserify": "npm:stream-browserify@1.0.0",
"string_decoder": "npm:string_decoder@0.10.31",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:source-map@0.1.43": {
"amdefine": "npm:amdefine@1.0.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:source-map@0.4.4": {
"amdefine": "npm:amdefine@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:stream-browserify@1.0.0": {
"events": "github:jspm/nodelibs-events@0.1.1",
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@1.1.13"
},
"npm:string_decoder@0.10.31": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:url@0.10.3": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"punycode": "npm:punycode@1.3.2",
"querystring": "npm:querystring@0.2.0",
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.1"
}
}
});