@@ -32,17 +32,38 @@ System.config({
32
32
"bootstrap" :
"github:twbs/[email protected] " ,
33
33
"fetch" :
"github:github/[email protected] " ,
34
34
"font-awesome" :
"npm:[email protected] " ,
35
- "jquery" :
"npm:[email protected] " ,
36
- "text" :
"github:systemjs/[email protected] " ,
35
+ "jquery" :
"npm:[email protected] " ,
36
+ "text" :
"github:systemjs/[email protected] " ,
37
+ "github:jspm/[email protected] " :
{
38
+
39
+ } ,
40
+ "github:jspm/[email protected] " :
{
41
+
42
+ } ,
43
+ "github:jspm/[email protected] " :
{
44
+ "process" :
"npm:[email protected] "
45
+ } ,
46
+ "github:jspm/[email protected] " :
{
47
+
48
+ } ,
49
+ "github:jspm/[email protected] " :
{
50
+ "vm-browserify" :
"npm:[email protected] "
51
+ } ,
37
52
"github:twbs/[email protected] " :
{
38
-
53
+
54
+ } ,
55
+
56
+ "assert" :
"github:jspm/[email protected] " ,
57
+ "buffer" :
"github:jspm/[email protected] " ,
58
+ "process" :
"github:jspm/[email protected] " ,
59
+
39
60
} ,
40
61
41
62
"aurelia-metadata" :
"npm:[email protected] " ,
42
63
"aurelia-pal" :
"npm:[email protected] " ,
43
64
"aurelia-templating" :
"npm:[email protected] "
44
65
} ,
45
-
66
+
46
67
"aurelia-logging" :
"npm:[email protected] " ,
47
68
"aurelia-metadata" :
"npm:[email protected] " ,
48
69
"aurelia-pal" :
"npm:[email protected] " ,
@@ -72,7 +93,7 @@ System.config({
72
93
"aurelia-logging" :
"npm:[email protected] "
73
94
} ,
74
95
75
- "aurelia-binding" :
"npm:[email protected] .0 " ,
96
+ "aurelia-binding" :
"npm:[email protected] .2 " ,
76
97
"aurelia-dependency-injection" :
"npm:[email protected] " ,
77
98
"aurelia-loader" :
"npm:[email protected] " ,
78
99
"aurelia-logging" :
"npm:[email protected] " ,
@@ -122,12 +143,12 @@ System.config({
122
143
"aurelia-pal" :
"npm:[email protected] "
123
144
} ,
124
145
125
- "aurelia-binding" :
"npm:[email protected] .0 " ,
146
+ "aurelia-binding" :
"npm:[email protected] .2 " ,
126
147
"aurelia-logging" :
"npm:[email protected] " ,
127
148
"aurelia-templating" :
"npm:[email protected] "
128
149
} ,
129
150
130
- "aurelia-binding" :
"npm:[email protected] .0 " ,
151
+ "aurelia-binding" :
"npm:[email protected] .2 " ,
131
152
"aurelia-dependency-injection" :
"npm:[email protected] " ,
132
153
"aurelia-loader" :
"npm:[email protected] " ,
133
154
"aurelia-logging" :
"npm:[email protected] " ,
@@ -147,7 +168,7 @@ System.config({
147
168
"aurelia-templating" :
"npm:[email protected] "
148
169
} ,
149
170
150
- "aurelia-binding" :
"npm:[email protected] .0 " ,
171
+ "aurelia-binding" :
"npm:[email protected] .2 " ,
151
172
"aurelia-dependency-injection" :
"npm:[email protected] " ,
152
173
"aurelia-loader" :
"npm:[email protected] " ,
153
174
"aurelia-logging" :
"npm:[email protected] " ,
@@ -156,8 +177,34 @@ System.config({
156
177
"aurelia-path" :
"npm:[email protected] " ,
157
178
"aurelia-task-queue" :
"npm:[email protected] "
158
179
} ,
180
+
181
+ "base64-js" :
"npm:[email protected] " ,
182
+ "child_process" :
"github:jspm/[email protected] " ,
183
+ "fs" :
"github:jspm/[email protected] " ,
184
+ "ieee754" :
"npm:[email protected] " ,
185
+ "isarray" :
"npm:[email protected] " ,
186
+ "process" :
"github:jspm/[email protected] "
187
+ } ,
159
188
160
189
"css" :
"github:systemjs/[email protected] "
190
+ } ,
191
+
192
+ "util" :
"github:jspm/[email protected] "
193
+ } ,
194
+
195
+ "process" :
"github:jspm/[email protected] "
196
+ } ,
197
+
198
+ "assert" :
"github:jspm/[email protected] " ,
199
+ "fs" :
"github:jspm/[email protected] " ,
200
+ "vm" :
"github:jspm/[email protected] "
201
+ } ,
202
+
203
+ "inherits" :
"npm:[email protected] " ,
204
+ "process" :
"github:jspm/[email protected] "
205
+ } ,
206
+
207
+ "indexof" :
"npm:[email protected] "
161
208
}
162
209
}
163
210
} ) ;
0 commit comments