This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
96 lines (95 loc) · 3.28 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
System.config({
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*",
"bower:*": "jspm_packages/bower/*"
},
map: {
"ace-builds": "bower:[email protected]",
"ajaxorg/ace": "github:ajaxorg/[email protected]",
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
"angular-indexed-db": "bower:[email protected]",
"angular-local-storage": "npm:[email protected]",
"angular-material": "github:angular/bower-material@master",
"angular-route": "github:angular/[email protected]",
"angular-ui-ace": "bower:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"bramski/angular-indexedDB": "github:bramski/[email protected]",
"coast-team/mute-client": "github:coast-team/mute-client@master",
"coast-team/mute-structs": "github:coast-team/mute-structs@master",
"coast-team/mute-utils": "github:coast-team/mute-utils@master",
"core-js": "npm:[email protected]",
"css": "github:systemjs/[email protected]",
"bower:[email protected]": {
"angular": "bower:[email protected]"
},
"bower:[email protected]": {
"ace-builds": "bower:[email protected]",
"angular": "bower:[email protected]"
},
"github:angular/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular/bower-material@master": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
"css": "github:systemjs/[email protected]"
},
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"path-browserify": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"inherits": "npm:[email protected]",
"process": "github:jspm/[email protected]"
}
}
});