-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
175 lines (173 loc) · 7.71 KB
/
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
System.config({
"transpiler": "babel",
"babelOptions": {
"optional": [
"es7.decorators",
"es7.classProperties",
"runtime"
]
},
"paths": {
"*": "dist/*",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
},
"defaultJSExtensions": true
});
System.config({
"map": {
"aurelia-animator-css": "github:aurelia/animator-css@0.14.1",
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-bootstrapper": "github:aurelia/bootstrapper@0.15.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"aurelia-fetch-client": "github:aurelia/fetch-client@0.1.1",
"aurelia-framework": "github:aurelia/framework@0.14.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.6.2",
"aurelia-loader": "github:aurelia/loader@0.8.3",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.3",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.6.1",
"aurelia-router": "github:aurelia/router@0.10.4",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.13.2",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.13.4",
"aurelia-templating-router": "github:aurelia/templating-router@0.14.1",
"aurelia/fetch-client": "github:aurelia/fetch-client@0.1.1",
"babel": "npm:babel-core@5.8.21",
"babel-runtime": "npm:babel-runtime@5.8.20",
"bootstrap": "github:twbs/bootstrap@3.3.5",
"core-js": "npm:core-js@0.9.18",
"css": "github:systemjs/plugin-css@0.1.13",
"fetch": "github:github/fetch@0.9.0",
"font-awesome": "npm:font-awesome@4.4.0",
"github:aurelia/animator-css@0.14.1": {
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-templating": "github:aurelia/templating@0.13.16"
},
"github:aurelia/binding@0.8.5": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/bootstrapper@0.15.0": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"aurelia-framework": "github:aurelia/framework@0.14.0",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.6.2",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.3",
"aurelia-logging-console": "github:aurelia/logging-console@0.6.1",
"aurelia-router": "github:aurelia/router@0.10.4",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.13.2",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.13.4",
"aurelia-templating-router": "github:aurelia/templating-router@0.14.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/dependency-injection@0.9.1": {
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/event-aggregator@0.6.2": {
"aurelia-logging": "github:aurelia/logging@0.6.2"
},
"github:aurelia/fetch-client@0.1.1": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/framework@0.14.0": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-loader": "github:aurelia/loader@0.8.3",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/history-browser@0.6.2": {
"aurelia-history": "github:aurelia/history@0.6.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/loader-default@0.9.3": {
"aurelia-loader": "github:aurelia/loader@0.8.3",
"aurelia-metadata": "github:aurelia/metadata@0.7.2"
},
"github:aurelia/loader@0.8.3": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.2.0",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"core-js": "npm:core-js@0.9.18",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.6.3"
},
"github:aurelia/metadata@0.7.2": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/route-recognizer@0.6.1": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/router@0.10.4": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"aurelia-history": "github:aurelia/history@0.6.1",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.6.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-binding@0.13.2": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-templating": "github:aurelia/templating@0.13.16"
},
"github:aurelia/templating-resources@0.13.4": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-router@0.14.1": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-router": "github:aurelia/router@0.10.4",
"aurelia-templating": "github:aurelia/templating@0.13.16"
},
"github:aurelia/templating@0.13.16": {
"aurelia-binding": "github:aurelia/binding@0.8.5",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.1",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.2.0",
"aurelia-loader": "github:aurelia/loader@0.8.3",
"aurelia-logging": "github:aurelia/logging@0.6.2",
"aurelia-metadata": "github:aurelia/metadata@0.7.2",
"aurelia-path": "github:aurelia/path@0.8.1",
"aurelia-task-queue": "github:aurelia/task-queue@0.6.1",
"core-js": "npm:core-js@0.9.18"
},
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
"github:twbs/bootstrap@3.3.5": {
"jquery": "github:components/jquery@2.1.4"
},
"npm:babel-runtime@5.8.20": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:core-js@0.9.18": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:font-awesome@4.4.0": {
"css": "github:systemjs/plugin-css@0.1.13"
}
}
});