24
|
1 System.config({
|
|
2 baseURL: "/",
|
|
3 defaultJSExtensions: true,
|
|
4 transpiler: "typescript",
|
|
5 typescriptOptions: {
|
|
6 "module": "commonjs",
|
|
7 "emitDecoratorMetadata": true,
|
|
8 "tsconfig": true
|
|
9 },
|
|
10 paths: {
|
|
11 "npm:*": "jspm_packages/npm/*",
|
|
12 "github:*": "jspm_packages/github/*"
|
|
13 },
|
|
14
|
|
15 packages: {
|
|
16 "app": {
|
|
17 "main": "boot",
|
|
18 "defaultExtension": "ts"
|
|
19 }
|
|
20 },
|
|
21
|
|
22 map: {
|
|
23 "angular2": "npm:angular2@2.0.0-beta.1",
|
25
|
24 "ng2-bootstrap": "npm:ng2-bootstrap@1.0.1-beta.2",
|
24
|
25 "ng2-table": "npm:ng2-table@1.0.0-beta.0",
|
|
26 "plugin-typescript": "github:frankwallis/plugin-typescript@2.5.2",
|
|
27 "reflect-metadata": "npm:reflect-metadata@0.1.3",
|
|
28 "rxjs": "npm:rxjs@5.0.0-beta.0",
|
|
29 "typescript": "npm:typescript@1.7.5",
|
|
30 "zone.js": "npm:zone.js@0.5.10",
|
|
31 "github:frankwallis/plugin-typescript@2.5.2": {
|
|
32 "typescript": "npm:typescript@1.7.5"
|
|
33 },
|
|
34 "github:jspm/nodelibs-assert@0.1.0": {
|
|
35 "assert": "npm:assert@1.3.0"
|
|
36 },
|
|
37 "github:jspm/nodelibs-buffer@0.1.0": {
|
|
38 "buffer": "npm:buffer@3.6.0"
|
|
39 },
|
|
40 "github:jspm/nodelibs-constants@0.1.0": {
|
|
41 "constants-browserify": "npm:constants-browserify@0.0.1"
|
|
42 },
|
|
43 "github:jspm/nodelibs-crypto@0.1.0": {
|
|
44 "crypto-browserify": "npm:crypto-browserify@3.11.0"
|
|
45 },
|
|
46 "github:jspm/nodelibs-events@0.1.1": {
|
|
47 "events": "npm:events@1.0.2"
|
|
48 },
|
|
49 "github:jspm/nodelibs-path@0.1.0": {
|
|
50 "path-browserify": "npm:path-browserify@0.0.0"
|
|
51 },
|
|
52 "github:jspm/nodelibs-process@0.1.2": {
|
|
53 "process": "npm:process@0.11.2"
|
|
54 },
|
|
55 "github:jspm/nodelibs-stream@0.1.0": {
|
|
56 "stream-browserify": "npm:stream-browserify@1.0.0"
|
|
57 },
|
|
58 "github:jspm/nodelibs-string_decoder@0.1.0": {
|
|
59 "string_decoder": "npm:string_decoder@0.10.31"
|
|
60 },
|
|
61 "github:jspm/nodelibs-util@0.1.0": {
|
|
62 "util": "npm:util@0.10.3"
|
|
63 },
|
|
64 "github:jspm/nodelibs-vm@0.1.0": {
|
|
65 "vm-browserify": "npm:vm-browserify@0.0.4"
|
|
66 },
|
25
|
67 "github:jspm/nodelibs-zlib@0.1.0": {
|
|
68 "browserify-zlib": "npm:browserify-zlib@0.1.4"
|
|
69 },
|
24
|
70 "npm:angular2@2.0.0-beta.1": {
|
|
71 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
72 "es6-promise": "npm:es6-promise@3.0.2",
|
|
73 "es6-shim": "npm:es6-shim@0.33.13",
|
|
74 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
75 "reflect-metadata": "npm:reflect-metadata@0.1.2",
|
|
76 "rxjs": "npm:rxjs@5.0.0-beta.0",
|
|
77 "zone.js": "npm:zone.js@0.5.10"
|
|
78 },
|
|
79 "npm:asn1.js@4.3.0": {
|
|
80 "assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
81 "bn.js": "npm:bn.js@4.8.1",
|
|
82 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
83 "inherits": "npm:inherits@2.0.1",
|
|
84 "minimalistic-assert": "npm:minimalistic-assert@1.0.0",
|
|
85 "vm": "github:jspm/nodelibs-vm@0.1.0"
|
|
86 },
|
|
87 "npm:assert@1.3.0": {
|
|
88 "util": "npm:util@0.10.3"
|
|
89 },
|
|
90 "npm:browserify-aes@1.0.6": {
|
|
91 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
92 "buffer-xor": "npm:buffer-xor@1.0.3",
|
|
93 "cipher-base": "npm:cipher-base@1.0.2",
|
|
94 "create-hash": "npm:create-hash@1.1.2",
|
|
95 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
96 "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
|
|
97 "fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
98 "inherits": "npm:inherits@2.0.1",
|
|
99 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
100 },
|
|
101 "npm:browserify-cipher@1.0.0": {
|
|
102 "browserify-aes": "npm:browserify-aes@1.0.6",
|
|
103 "browserify-des": "npm:browserify-des@1.0.0",
|
|
104 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
105 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
106 "evp_bytestokey": "npm:evp_bytestokey@1.0.0"
|
|
107 },
|
|
108 "npm:browserify-des@1.0.0": {
|
|
109 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
110 "cipher-base": "npm:cipher-base@1.0.2",
|
|
111 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
112 "des.js": "npm:des.js@1.0.0",
|
|
113 "inherits": "npm:inherits@2.0.1"
|
|
114 },
|
|
115 "npm:browserify-rsa@4.0.0": {
|
|
116 "bn.js": "npm:bn.js@4.8.1",
|
|
117 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
118 "constants": "github:jspm/nodelibs-constants@0.1.0",
|
|
119 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
120 "randombytes": "npm:randombytes@2.0.2"
|
|
121 },
|
|
122 "npm:browserify-sign@4.0.0": {
|
|
123 "bn.js": "npm:bn.js@4.8.1",
|
|
124 "browserify-rsa": "npm:browserify-rsa@4.0.0",
|
|
125 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
126 "create-hash": "npm:create-hash@1.1.2",
|
|
127 "create-hmac": "npm:create-hmac@1.1.4",
|
|
128 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
129 "elliptic": "npm:elliptic@6.2.2",
|
|
130 "inherits": "npm:inherits@2.0.1",
|
|
131 "parse-asn1": "npm:parse-asn1@5.0.0",
|
|
132 "stream": "github:jspm/nodelibs-stream@0.1.0"
|
|
133 },
|
25
|
134 "npm:browserify-zlib@0.1.4": {
|
|
135 "assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
136 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
137 "pako": "npm:pako@0.2.8",
|
|
138 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
139 "readable-stream": "npm:readable-stream@2.0.5",
|
|
140 "util": "github:jspm/nodelibs-util@0.1.0"
|
|
141 },
|
24
|
142 "npm:buffer-xor@1.0.3": {
|
|
143 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
144 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
145 },
|
|
146 "npm:buffer@3.6.0": {
|
|
147 "base64-js": "npm:base64-js@0.0.8",
|
|
148 "child_process": "github:jspm/nodelibs-child_process@0.1.0",
|
|
149 "fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
150 "ieee754": "npm:ieee754@1.1.6",
|
|
151 "isarray": "npm:isarray@1.0.0",
|
|
152 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
153 },
|
|
154 "npm:cipher-base@1.0.2": {
|
|
155 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
156 "inherits": "npm:inherits@2.0.1",
|
|
157 "stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
158 "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0"
|
|
159 },
|
|
160 "npm:constants-browserify@0.0.1": {
|
|
161 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
162 },
|
|
163 "npm:core-util-is@1.0.2": {
|
|
164 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
|
|
165 },
|
|
166 "npm:create-ecdh@4.0.0": {
|
|
167 "bn.js": "npm:bn.js@4.8.1",
|
|
168 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
169 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
170 "elliptic": "npm:elliptic@6.2.2"
|
|
171 },
|
|
172 "npm:create-hash@1.1.2": {
|
|
173 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
174 "cipher-base": "npm:cipher-base@1.0.2",
|
|
175 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
176 "fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
177 "inherits": "npm:inherits@2.0.1",
|
|
178 "ripemd160": "npm:ripemd160@1.0.1",
|
|
179 "sha.js": "npm:sha.js@2.4.4"
|
|
180 },
|
|
181 "npm:create-hmac@1.1.4": {
|
|
182 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
183 "create-hash": "npm:create-hash@1.1.2",
|
|
184 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
185 "inherits": "npm:inherits@2.0.1",
|
|
186 "stream": "github:jspm/nodelibs-stream@0.1.0"
|
|
187 },
|
|
188 "npm:crypto-browserify@3.11.0": {
|
|
189 "browserify-cipher": "npm:browserify-cipher@1.0.0",
|
|
190 "browserify-sign": "npm:browserify-sign@4.0.0",
|
|
191 "create-ecdh": "npm:create-ecdh@4.0.0",
|
|
192 "create-hash": "npm:create-hash@1.1.2",
|
|
193 "create-hmac": "npm:create-hmac@1.1.4",
|
|
194 "diffie-hellman": "npm:diffie-hellman@5.0.1",
|
|
195 "inherits": "npm:inherits@2.0.1",
|
|
196 "pbkdf2": "npm:pbkdf2@3.0.4",
|
|
197 "public-encrypt": "npm:public-encrypt@4.0.0",
|
|
198 "randombytes": "npm:randombytes@2.0.2"
|
|
199 },
|
|
200 "npm:des.js@1.0.0": {
|
|
201 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
202 "inherits": "npm:inherits@2.0.1",
|
|
203 "minimalistic-assert": "npm:minimalistic-assert@1.0.0"
|
|
204 },
|
|
205 "npm:diffie-hellman@5.0.1": {
|
|
206 "bn.js": "npm:bn.js@4.8.1",
|
|
207 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
208 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
209 "miller-rabin": "npm:miller-rabin@4.0.0",
|
|
210 "randombytes": "npm:randombytes@2.0.2",
|
|
211 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
212 },
|
|
213 "npm:elliptic@6.2.2": {
|
|
214 "bn.js": "npm:bn.js@4.8.1",
|
|
215 "brorand": "npm:brorand@1.0.5",
|
|
216 "hash.js": "npm:hash.js@1.0.3",
|
|
217 "inherits": "npm:inherits@2.0.1",
|
|
218 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
219 },
|
|
220 "npm:es6-promise@3.0.2": {
|
|
221 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
222 },
|
|
223 "npm:es6-shim@0.33.13": {
|
|
224 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
225 },
|
|
226 "npm:evp_bytestokey@1.0.0": {
|
|
227 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
228 "create-hash": "npm:create-hash@1.1.2",
|
|
229 "crypto": "github:jspm/nodelibs-crypto@0.1.0"
|
|
230 },
|
|
231 "npm:hash.js@1.0.3": {
|
|
232 "inherits": "npm:inherits@2.0.1"
|
|
233 },
|
|
234 "npm:inherits@2.0.1": {
|
|
235 "util": "github:jspm/nodelibs-util@0.1.0"
|
|
236 },
|
|
237 "npm:miller-rabin@4.0.0": {
|
|
238 "bn.js": "npm:bn.js@4.8.1",
|
|
239 "brorand": "npm:brorand@1.0.5"
|
|
240 },
|
25
|
241 "npm:ng2-bootstrap@1.0.1-beta.2": {
|
|
242 "fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
243 "path": "github:jspm/nodelibs-path@0.1.0",
|
|
244 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
245 "systemjs-json": "github:systemjs/plugin-json@0.1.0",
|
|
246 "zlib": "github:jspm/nodelibs-zlib@0.1.0"
|
|
247 },
|
|
248 "npm:pako@0.2.8": {
|
|
249 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
250 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
251 },
|
24
|
252 "npm:parse-asn1@5.0.0": {
|
|
253 "asn1.js": "npm:asn1.js@4.3.0",
|
|
254 "browserify-aes": "npm:browserify-aes@1.0.6",
|
|
255 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
256 "create-hash": "npm:create-hash@1.1.2",
|
|
257 "evp_bytestokey": "npm:evp_bytestokey@1.0.0",
|
|
258 "pbkdf2": "npm:pbkdf2@3.0.4",
|
|
259 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
260 },
|
|
261 "npm:path-browserify@0.0.0": {
|
|
262 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
263 },
|
|
264 "npm:pbkdf2@3.0.4": {
|
|
265 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
266 "child_process": "github:jspm/nodelibs-child_process@0.1.0",
|
|
267 "create-hmac": "npm:create-hmac@1.1.4",
|
|
268 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
269 "path": "github:jspm/nodelibs-path@0.1.0",
|
|
270 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
271 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
272 },
|
25
|
273 "npm:process-nextick-args@1.0.6": {
|
|
274 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
275 },
|
24
|
276 "npm:process@0.11.2": {
|
|
277 "assert": "github:jspm/nodelibs-assert@0.1.0"
|
|
278 },
|
|
279 "npm:public-encrypt@4.0.0": {
|
|
280 "bn.js": "npm:bn.js@4.8.1",
|
|
281 "browserify-rsa": "npm:browserify-rsa@4.0.0",
|
|
282 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
283 "create-hash": "npm:create-hash@1.1.2",
|
|
284 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
285 "parse-asn1": "npm:parse-asn1@5.0.0",
|
|
286 "randombytes": "npm:randombytes@2.0.2"
|
|
287 },
|
|
288 "npm:randombytes@2.0.2": {
|
|
289 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
290 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
291 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
292 },
|
|
293 "npm:readable-stream@1.1.13": {
|
|
294 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
295 "core-util-is": "npm:core-util-is@1.0.2",
|
|
296 "events": "github:jspm/nodelibs-events@0.1.1",
|
|
297 "inherits": "npm:inherits@2.0.1",
|
|
298 "isarray": "npm:isarray@0.0.1",
|
|
299 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
300 "stream-browserify": "npm:stream-browserify@1.0.0",
|
|
301 "string_decoder": "npm:string_decoder@0.10.31"
|
|
302 },
|
25
|
303 "npm:readable-stream@2.0.5": {
|
|
304 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
305 "core-util-is": "npm:core-util-is@1.0.2",
|
|
306 "events": "github:jspm/nodelibs-events@0.1.1",
|
|
307 "inherits": "npm:inherits@2.0.1",
|
|
308 "isarray": "npm:isarray@0.0.1",
|
|
309 "process": "github:jspm/nodelibs-process@0.1.2",
|
|
310 "process-nextick-args": "npm:process-nextick-args@1.0.6",
|
|
311 "string_decoder": "npm:string_decoder@0.10.31",
|
|
312 "util-deprecate": "npm:util-deprecate@1.0.2"
|
|
313 },
|
24
|
314 "npm:reflect-metadata@0.1.2": {
|
|
315 "assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
316 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
317 },
|
|
318 "npm:reflect-metadata@0.1.3": {
|
|
319 "assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
320 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
321 },
|
|
322 "npm:ripemd160@1.0.1": {
|
|
323 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
324 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
325 },
|
|
326 "npm:rxjs@5.0.0-beta.0": {
|
|
327 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
328 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
329 },
|
|
330 "npm:sha.js@2.4.4": {
|
|
331 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
332 "fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
333 "inherits": "npm:inherits@2.0.1",
|
|
334 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
335 },
|
|
336 "npm:stream-browserify@1.0.0": {
|
|
337 "events": "github:jspm/nodelibs-events@0.1.1",
|
|
338 "inherits": "npm:inherits@2.0.1",
|
|
339 "readable-stream": "npm:readable-stream@1.1.13"
|
|
340 },
|
|
341 "npm:string_decoder@0.10.31": {
|
|
342 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
|
|
343 },
|
25
|
344 "npm:util-deprecate@1.0.2": {
|
|
345 "util": "github:jspm/nodelibs-util@0.1.0"
|
|
346 },
|
24
|
347 "npm:util@0.10.3": {
|
|
348 "inherits": "npm:inherits@2.0.1",
|
|
349 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
350 },
|
|
351 "npm:vm-browserify@0.0.4": {
|
|
352 "indexof": "npm:indexof@0.0.1"
|
|
353 },
|
|
354 "npm:zone.js@0.5.10": {
|
|
355 "es6-promise": "npm:es6-promise@3.0.2",
|
|
356 "process": "github:jspm/nodelibs-process@0.1.2"
|
|
357 }
|
|
358 }
|
|
359 });
|