annotate config.js @ 45:dc4f0541f04d ng2-rc1

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