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