comparison config.js @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents f6f4177d0a81
children 193271b6b9d2
comparison
equal deleted inserted replaced
24:f6f4177d0a81 25:0795207f3b90
19 } 19 }
20 }, 20 },
21 21
22 map: { 22 map: {
23 "angular2": "npm:angular2@2.0.0-beta.1", 23 "angular2": "npm:angular2@2.0.0-beta.1",
24 "ng2-bootstrap": "npm:ng2-bootstrap@1.0.1-beta.2",
24 "ng2-table": "npm:ng2-table@1.0.0-beta.0", 25 "ng2-table": "npm:ng2-table@1.0.0-beta.0",
25 "plugin-typescript": "github:frankwallis/plugin-typescript@2.5.2", 26 "plugin-typescript": "github:frankwallis/plugin-typescript@2.5.2",
26 "reflect-metadata": "npm:reflect-metadata@0.1.3", 27 "reflect-metadata": "npm:reflect-metadata@0.1.3",
27 "rxjs": "npm:rxjs@5.0.0-beta.0", 28 "rxjs": "npm:rxjs@5.0.0-beta.0",
28 "typescript": "npm:typescript@1.7.5", 29 "typescript": "npm:typescript@1.7.5",
61 "util": "npm:util@0.10.3" 62 "util": "npm:util@0.10.3"
62 }, 63 },
63 "github:jspm/nodelibs-vm@0.1.0": { 64 "github:jspm/nodelibs-vm@0.1.0": {
64 "vm-browserify": "npm:vm-browserify@0.0.4" 65 "vm-browserify": "npm:vm-browserify@0.0.4"
65 }, 66 },
67 "github:jspm/nodelibs-zlib@0.1.0": {
68 "browserify-zlib": "npm:browserify-zlib@0.1.4"
69 },
66 "npm:angular2@2.0.0-beta.1": { 70 "npm:angular2@2.0.0-beta.1": {
67 "crypto": "github:jspm/nodelibs-crypto@0.1.0", 71 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
68 "es6-promise": "npm:es6-promise@3.0.2", 72 "es6-promise": "npm:es6-promise@3.0.2",
69 "es6-shim": "npm:es6-shim@0.33.13", 73 "es6-shim": "npm:es6-shim@0.33.13",
70 "process": "github:jspm/nodelibs-process@0.1.2", 74 "process": "github:jspm/nodelibs-process@0.1.2",
124 "crypto": "github:jspm/nodelibs-crypto@0.1.0", 128 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
125 "elliptic": "npm:elliptic@6.2.2", 129 "elliptic": "npm:elliptic@6.2.2",
126 "inherits": "npm:inherits@2.0.1", 130 "inherits": "npm:inherits@2.0.1",
127 "parse-asn1": "npm:parse-asn1@5.0.0", 131 "parse-asn1": "npm:parse-asn1@5.0.0",
128 "stream": "github:jspm/nodelibs-stream@0.1.0" 132 "stream": "github:jspm/nodelibs-stream@0.1.0"
133 },
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"
129 }, 141 },
130 "npm:buffer-xor@1.0.3": { 142 "npm:buffer-xor@1.0.3": {
131 "buffer": "github:jspm/nodelibs-buffer@0.1.0", 143 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
132 "systemjs-json": "github:systemjs/plugin-json@0.1.0" 144 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
133 }, 145 },
224 }, 236 },
225 "npm:miller-rabin@4.0.0": { 237 "npm:miller-rabin@4.0.0": {
226 "bn.js": "npm:bn.js@4.8.1", 238 "bn.js": "npm:bn.js@4.8.1",
227 "brorand": "npm:brorand@1.0.5" 239 "brorand": "npm:brorand@1.0.5"
228 }, 240 },
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 },
229 "npm:parse-asn1@5.0.0": { 252 "npm:parse-asn1@5.0.0": {
230 "asn1.js": "npm:asn1.js@4.3.0", 253 "asn1.js": "npm:asn1.js@4.3.0",
231 "browserify-aes": "npm:browserify-aes@1.0.6", 254 "browserify-aes": "npm:browserify-aes@1.0.6",
232 "buffer": "github:jspm/nodelibs-buffer@0.1.0", 255 "buffer": "github:jspm/nodelibs-buffer@0.1.0",
233 "create-hash": "npm:create-hash@1.1.2", 256 "create-hash": "npm:create-hash@1.1.2",
245 "crypto": "github:jspm/nodelibs-crypto@0.1.0", 268 "crypto": "github:jspm/nodelibs-crypto@0.1.0",
246 "path": "github:jspm/nodelibs-path@0.1.0", 269 "path": "github:jspm/nodelibs-path@0.1.0",
247 "process": "github:jspm/nodelibs-process@0.1.2", 270 "process": "github:jspm/nodelibs-process@0.1.2",
248 "systemjs-json": "github:systemjs/plugin-json@0.1.0" 271 "systemjs-json": "github:systemjs/plugin-json@0.1.0"
249 }, 272 },
273 "npm:process-nextick-args@1.0.6": {
274 "process": "github:jspm/nodelibs-process@0.1.2"
275 },
250 "npm:process@0.11.2": { 276 "npm:process@0.11.2": {
251 "assert": "github:jspm/nodelibs-assert@0.1.0" 277 "assert": "github:jspm/nodelibs-assert@0.1.0"
252 }, 278 },
253 "npm:public-encrypt@4.0.0": { 279 "npm:public-encrypt@4.0.0": {
254 "bn.js": "npm:bn.js@4.8.1", 280 "bn.js": "npm:bn.js@4.8.1",
272 "isarray": "npm:isarray@0.0.1", 298 "isarray": "npm:isarray@0.0.1",
273 "process": "github:jspm/nodelibs-process@0.1.2", 299 "process": "github:jspm/nodelibs-process@0.1.2",
274 "stream-browserify": "npm:stream-browserify@1.0.0", 300 "stream-browserify": "npm:stream-browserify@1.0.0",
275 "string_decoder": "npm:string_decoder@0.10.31" 301 "string_decoder": "npm:string_decoder@0.10.31"
276 }, 302 },
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 },
277 "npm:reflect-metadata@0.1.2": { 314 "npm:reflect-metadata@0.1.2": {
278 "assert": "github:jspm/nodelibs-assert@0.1.0", 315 "assert": "github:jspm/nodelibs-assert@0.1.0",
279 "process": "github:jspm/nodelibs-process@0.1.2" 316 "process": "github:jspm/nodelibs-process@0.1.2"
280 }, 317 },
281 "npm:reflect-metadata@0.1.3": { 318 "npm:reflect-metadata@0.1.3": {
301 "inherits": "npm:inherits@2.0.1", 338 "inherits": "npm:inherits@2.0.1",
302 "readable-stream": "npm:readable-stream@1.1.13" 339 "readable-stream": "npm:readable-stream@1.1.13"
303 }, 340 },
304 "npm:string_decoder@0.10.31": { 341 "npm:string_decoder@0.10.31": {
305 "buffer": "github:jspm/nodelibs-buffer@0.1.0" 342 "buffer": "github:jspm/nodelibs-buffer@0.1.0"
343 },
344 "npm:util-deprecate@1.0.2": {
345 "util": "github:jspm/nodelibs-util@0.1.0"
306 }, 346 },
307 "npm:util@0.10.3": { 347 "npm:util@0.10.3": {
308 "inherits": "npm:inherits@2.0.1", 348 "inherits": "npm:inherits@2.0.1",
309 "process": "github:jspm/nodelibs-process@0.1.2" 349 "process": "github:jspm/nodelibs-process@0.1.2"
310 }, 350 },