-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
113 lines (110 loc) · 3.33 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
System.config({
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
},
packages: {
"THREE": {
"format": "global"
}
},
meta: {
"THREE/examples/js/*": {
"globals": {
"THREE": "THREE"
}
}
},
map: {
"THREE": "github:mrdoob/three.js@r73",
"THREE.TrackballControls": "github:mrdoob/three.js@r73/examples/js/controls/TrackballControls.js",
"babel": "npm:babel-core@5.8.35",
"babel-runtime": "npm:babel-runtime@5.8.35",
"core-js": "npm:core-js@1.2.6",
"gsap": "npm:gsap@1.18.2",
"howler": "npm:howler@1.1.29",
"marklundin/toyota2": "github:marklundin/toyota2@gh-pages",
"min-signal": "npm:min-signal@0.0.5",
"screenfull": "npm:screenfull@3.0.0",
"toyota": "github:marklundin/toyota2@gh-pages",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.6.0"
},
"github:jspm/nodelibs-path@0.1.0": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"github:jspm/nodelibs-process@0.1.2": {
"process": "npm:process@0.11.2"
},
"github:jspm/nodelibs-util@0.1.0": {
"util": "npm:util@0.10.3"
},
"github:marklundin/toyota2@gh-pages": {
"JordanDelcros/stats-js": "github:JordanDelcros/stats-js@master",
"Makio64/stats-js": "github:Makio64/stats-js@master",
"THREE": "github:mrdoob/three.js@r73",
"gsap": "npm:gsap@1.18.2",
"howler": "npm:howler@1.1.29",
"min-signal": "npm:min-signal@0.0.5",
"mobile-detect": "npm:mobile-detect@1.3.1",
"screenfull": "npm:screenfull@3.0.0",
"text": "github:systemjs/plugin-text@0.0.4"
},
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:babel-runtime@5.8.35": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:buffer@3.6.0": {
"base64-js": "npm:base64-js@0.0.8",
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"ieee754": "npm:ieee754@1.1.6",
"isarray": "npm:isarray@1.0.0",
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@1.2.6": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:gsap@1.18.2": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:howler@1.1.29": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:mobile-detect@1.3.1": {
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0"
},
"npm:path-browserify@0.0.0": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:process@0.11.2": {
"assert": "github:jspm/nodelibs-assert@0.1.0"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.2"
}
}
});