-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjspm_config.js
More file actions
75 lines (73 loc) · 2.04 KB
/
jspm_config.js
File metadata and controls
75 lines (73 loc) · 2.04 KB
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({
"baseURL": "/",
"transpiler": "babel",
"babelOptions": {
"optional": [
"runtime"
]
},
"paths": {
"*": "*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"babel": "npm:babel-core@5.2.15",
"babel-runtime": "npm:babel-runtime@5.2.15",
"chai": "npm:chai@2.3.0",
"core-js": "npm:core-js@0.9.6",
"sinon-chai": "npm:sinon-chai@2.7.0",
"systemjs/plugin-text": "github:systemjs/plugin-text@0.0.2",
"github:jspm/nodelibs-buffer@0.1.0": {
"buffer": "npm:buffer@3.2.2"
},
"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:buffer@3.2.2": {
"base64-js": "npm:base64-js@0.0.8",
"ieee754": "npm:ieee754@1.1.5",
"is-array": "npm:is-array@1.0.1"
},
"npm:chai@2.3.0": {
"assertion-error": "npm:assertion-error@1.0.0",
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"deep-eql": "npm:deep-eql@0.1.3",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:core-js@0.9.6": {
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:deep-eql@0.1.3": {
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
"type-detect": "npm:type-detect@0.1.1"
},
"npm:formatio@1.1.1": {
"process": "github:jspm/nodelibs-process@0.1.1",
"samsam": "npm:samsam@1.1.2"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
"npm:sinon-chai@2.7.0": {
"chai": "npm:chai@2.3.0",
"sinon": "npm:sinon@1.14.1"
},
"npm:sinon@1.14.1": {
"formatio": "npm:formatio@1.1.1",
"lolex": "npm:lolex@1.1.0",
"process": "github:jspm/nodelibs-process@0.1.1",
"util": "npm:util@0.10.3"
},
"npm:util@0.10.3": {
"inherits": "npm:inherits@2.0.1",
"process": "github:jspm/nodelibs-process@0.1.1"
}
}
});