-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
151 lines (150 loc) · 6.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
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
map: {
"aurelia-binding": "github:aurelia/binding@0.9.1",
"aurelia-bootstrapper": "github:aurelia/bootstrapper@0.17.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-templating": "github:aurelia/templating@0.15.3",
"babel": "npm:babel-core@5.8.22",
"babel-runtime": "npm:babel-runtime@5.8.20",
"charlespockert/aurelia-compiler": "github:charlespockert/aurelia-compiler@0.0.7",
"core-js": "npm:core-js@0.9.18",
"css": "github:systemjs/plugin-css@0.1.16",
"traceur": "github:jmcriffey/bower-traceur@0.0.91",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.91",
"github:aurelia/binding@0.9.1": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/bootstrapper@0.17.0": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.8.0",
"aurelia-framework": "github:aurelia/framework@0.16.0",
"aurelia-history": "github:aurelia/history@0.7.0",
"aurelia-history-browser": "github:aurelia/history-browser@0.8.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.10.0",
"aurelia-logging-console": "github:aurelia/logging-console@0.7.1",
"aurelia-router": "github:aurelia/router@0.12.0",
"aurelia-templating": "github:aurelia/templating@0.15.3",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.15.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.15.2",
"aurelia-templating-router": "github:aurelia/templating-router@0.16.1",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/dependency-injection@0.10.1": {
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/event-aggregator@0.8.0": {
"aurelia-logging": "github:aurelia/logging@0.7.0"
},
"github:aurelia/framework@0.16.0": {
"aurelia-binding": "github:aurelia/binding@0.9.1",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-loader": "github:aurelia/loader@0.9.0",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"aurelia-templating": "github:aurelia/templating@0.15.3",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/history-browser@0.8.0": {
"aurelia-history": "github:aurelia/history@0.7.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/loader-default@0.10.0": {
"aurelia-loader": "github:aurelia/loader@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0"
},
"github:aurelia/loader@0.9.0": {
"aurelia-html-template-element": "github:aurelia/html-template-element@0.3.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"core-js": "github:zloirock/core-js@0.8.4"
},
"github:aurelia/logging-console@0.7.1": {
"aurelia-logging": "github:aurelia/logging@0.7.0"
},
"github:aurelia/metadata@0.8.0": {
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/route-recognizer@0.7.0": {
"aurelia-path": "github:aurelia/path@0.9.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/router@0.12.0": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.8.0",
"aurelia-history": "github:aurelia/history@0.7.0",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"aurelia-route-recognizer": "github:aurelia/route-recognizer@0.7.0",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-binding@0.15.0": {
"aurelia-binding": "github:aurelia/binding@0.9.1",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-templating": "github:aurelia/templating@0.15.3"
},
"github:aurelia/templating-resources@0.15.2": {
"aurelia-binding": "github:aurelia/binding@0.9.1",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-loader": "github:aurelia/loader@0.9.0",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"aurelia-templating": "github:aurelia/templating@0.15.3",
"core-js": "npm:core-js@0.9.18"
},
"github:aurelia/templating-router@0.16.1": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"aurelia-router": "github:aurelia/router@0.12.0",
"aurelia-templating": "github:aurelia/templating@0.15.3"
},
"github:aurelia/templating@0.15.3": {
"aurelia-binding": "github:aurelia/binding@0.9.1",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.10.1",
"aurelia-html-template-element": "github:aurelia/html-template-element@0.3.0",
"aurelia-loader": "github:aurelia/loader@0.9.0",
"aurelia-logging": "github:aurelia/logging@0.7.0",
"aurelia-metadata": "github:aurelia/metadata@0.8.0",
"aurelia-path": "github:aurelia/path@0.9.0",
"aurelia-task-queue": "github:aurelia/task-queue@0.7.0",
"core-js": "npm:core-js@0.9.18"
},
"github:charlespockert/aurelia-compiler@0.0.7": {
"aurelia-loader": "github:aurelia/loader@0.9.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.10.0",
"aurelia-templating": "github:aurelia/templating@0.15.3"
},
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
"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"
}
}
});