-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathjspm.config.js
175 lines (174 loc) · 4.76 KB
/
jspm.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
SystemJS.config({
transpiler: "plugin-typescript",
separateCSS: true,
packages: {
"troxel": {
"format": "cjs",
"main": "coffee/Main.coffee",
"meta": {
"*.coffee": {
"loader": "coffee"
},
"*.js": {
"loader": "plugin-typescript"
},
"*.ts": {
"loader": "plugin-typescript"
},
"*.css": {
"loader": "css"
}
}
},
"bootstrap": { // Builder
"meta": {
"*.css": {
"loader": "css"
}
}
},
"github:twbs/bootstrap@3.3.6": { // Browser
"meta": {
"*.css": {
"loader": "css"
}
}
}
}
});
SystemJS.config({
packageConfigPaths: [
"github:*/*.json",
"npm:@*/*.json",
"npm:*.json"
],
map: {
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha",
"bluebird": "npm:bluebird@3.3.4",
"bootstrap": "github:twbs/bootstrap@3.3.6",
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha",
"clean-css": "npm:clean-css@3.4.10",
"coffee": "github:chrmoritz/system-coffee@0.2.0",
"css": "github:systemjs/plugin-css@0.1.20",
"events": "github:jspm/nodelibs-events@0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha",
"http": "github:jspm/nodelibs-http@0.2.0-alpha",
"https": "github:jspm/nodelibs-https@0.2.0-alpha",
"jquery": "github:components/jquery@2.2.1",
"jszip": "github:Stuk/jszip@2.5.0",
"module": "github:jspm/nodelibs-module@0.2.0-alpha",
"os": "github:jspm/nodelibs-os@0.2.0-alpha",
"path": "github:jspm/nodelibs-path@0.2.0-alpha",
"plugin-typescript": "github:frankwallis/plugin-typescript@2.6.0",
"process": "github:jspm/nodelibs-process@0.2.0-alpha",
"repl": "github:jspm/nodelibs-repl@0.2.0-alpha",
"stats": "github:mrdoob/stats.js@r14",
"stream": "github:jspm/nodelibs-stream@0.2.0-alpha",
"three": "github:mrdoob/three.js@r71",
"typeahead": "github:twitter/typeahead.js@0.11.1",
"url": "github:jspm/nodelibs-url@0.2.0-alpha",
"util": "github:jspm/nodelibs-util@0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha"
},
packages: {
"github:chrmoritz/system-coffee@0.2.0": {
"map": {
"coffee-script": "npm:coffee-script@1.10.0"
}
},
"github:twbs/bootstrap@3.3.6": {
"map": {
"jquery": "github:components/jquery@2.2.1"
}
},
"github:frankwallis/plugin-typescript@2.6.0": {
"map": {
"typescript": "npm:typescript@1.7.5"
}
},
"npm:buffer@4.5.0": {
"map": {
"base64-js": "npm:base64-js@1.1.1",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0"
}
},
"npm:clean-css@3.4.10": {
"map": {
"commander": "npm:commander@2.8.1",
"source-map": "npm:source-map@0.4.4"
}
},
"npm:stream-http@2.2.0": {
"map": {
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
"inherits": "npm:inherits@2.0.1",
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
"xtend": "npm:xtend@4.0.1"
}
},
"github:jspm/nodelibs-buffer@0.2.0-alpha": {
"map": {
"buffer-browserify": "npm:buffer@4.5.0"
}
},
"github:jspm/nodelibs-http@0.2.0-alpha": {
"map": {
"http-browserify": "npm:stream-http@2.2.0"
}
},
"github:jspm/nodelibs-os@0.2.0-alpha": {
"map": {
"os-browserify": "npm:os-browserify@0.2.0"
}
},
"github:jspm/nodelibs-stream@0.2.0-alpha": {
"map": {
"stream-browserify": "npm:stream-browserify@2.0.1"
}
},
"github:jspm/nodelibs-url@0.2.0-alpha": {
"map": {
"url-browserify": "npm:url@0.11.0"
}
},
"npm:commander@2.8.1": {
"map": {
"graceful-readlink": "npm:graceful-readlink@1.0.1"
}
},
"npm:readable-stream@2.0.5": {
"map": {
"core-util-is": "npm:core-util-is@1.0.2",
"inherits": "npm:inherits@2.0.1",
"isarray": "npm:isarray@0.0.1",
"process-nextick-args": "npm:process-nextick-args@1.0.6",
"string_decoder": "npm:string_decoder@0.10.31",
"util-deprecate": "npm:util-deprecate@1.0.2"
}
},
"npm:source-map@0.4.4": {
"map": {
"amdefine": "npm:amdefine@1.0.0"
}
},
"npm:stream-browserify@2.0.1": {
"map": {
"inherits": "npm:inherits@2.0.1",
"readable-stream": "npm:readable-stream@2.0.5"
}
},
"npm:url@0.11.0": {
"map": {
"punycode": "npm:punycode@1.3.2",
"querystring": "npm:querystring@0.2.0"
}
},
"github:twitter/typeahead.js@0.11.1": {
"map": {
"jquery": "github:components/jquery@2.2.1"
}
}
}
});