-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.js
75 lines (73 loc) · 2.14 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
System.config({
"transpiler": "traceur",
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"json": "github:systemjs/plugin-json@0.1.0",
"reqwest": "github:ded/reqwest@1.1.5",
"rx": "npm:rx@2.5.3",
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88",
"vdom-virtualize": "npm:vdom-virtualize@0.0.7",
"virtual-dom": "npm:virtual-dom@2.0.1",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:error@4.4.0": {
"assert": "github:jspm/nodelibs-assert@0.1.0",
"camelize": "npm:camelize@1.0.0",
"string-template": "npm:string-template@0.2.1",
"xtend": "npm:xtend@4.0.0"
},
"npm:ev-store@7.0.0": {
"individual": "npm:individual@3.0.0"
},
"npm:global@4.3.0": {
"min-document": "npm:min-document@2.14.2",
"process": "npm:process@0.5.2"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:min-document@2.14.2": {
"dom-walk": "npm:dom-walk@0.1.1"
},
"npm:next-tick@0.2.2": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:rx@2.5.3": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:vdom-virtualize@0.0.7": {
"virtual-dom": "npm:virtual-dom@2.0.1"
},
"npm:virtual-dom@2.0.1": {
"browser-split": "npm:browser-split@0.0.1",
"error": "npm:error@4.4.0",
"ev-store": "npm:ev-store@7.0.0",
"global": "npm:global@4.3.0",
"is-object": "npm:is-object@1.0.1",
"next-tick": "npm:next-tick@0.2.2",
"x-is-array": "npm:x-is-array@0.1.0",
"x-is-string": "npm:x-is-string@0.1.0"
}
}
});