-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjspm.conf.js
102 lines (99 loc) · 4.21 KB
/
jspm.conf.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
System.config({
"baseURL": "./",
"transpiler": "traceur",
"traceurOptions": {
"optional": [
"runtime"
]
},
"defaultJSExtensions": true,
"paths": {
"*": "*.js",
"zengchuan-ui/*": "app/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js",
"zc-bootstrap": "app/core/boot/bootstrap.js",
"zc-bootstrap.test": "app/core/boot/bootstrap.test.js"
}
});
System.config({
"map": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-bootstrap": "github:angular-ui/[email protected]",
"angular-cookies": "github:angular/[email protected]",
"angular-loading-bar": "github:chieffancypants/[email protected]",
"angular-local-storage": "npm:[email protected]",
"angular-mocks": "github:angular/[email protected]",
"angular-sanitize": "github:angular/[email protected]",
"angular-translate": "github:angular-translate/[email protected]",
"angular-translate/bower-angular-translate-loader-partial": "github:angular-translate/[email protected]",
"angular-translate/bower-angular-translate-storage-cookie": "github:angular-translate/[email protected]",
"angular-translate/bower-angular-translate-storage-local": "github:angular-translate/[email protected]",
"angular-ui-router": "github:angular-ui/[email protected]",
"angular-ui-router-extras": "github:christopherthielen/[email protected]",
"angular-ui-select": "github:angular-ui/[email protected]",
"angular-ui/ui-date": "github:angular-ui/[email protected]",
"angular-ui/ui-grid.info": "github:angular-ui/[email protected]",
"angular-ui/ui-tinymce": "github:angular-ui/[email protected]",
"angular-ui/ui-utils": "github:angular-ui/[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"font-awesome": "npm:[email protected]",
"fyockm/bootstrap-css-only": "github:fyockm/[email protected]",
"jquery": "github:components/[email protected]",
"jquery-ui": "github:components/[email protected]",
"json": "github:systemjs/[email protected]",
"lodash": "npm:[email protected]",
"restangular": "github:mgonto/[email protected]",
"text": "github:systemjs/[email protected]",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]",
"github:angular-translate/[email protected]": {
"angular-translate": "github:angular-translate/[email protected]"
},
"github:angular-translate/[email protected]": {
"angular-translate": "github:angular-translate/[email protected]"
},
"github:angular-translate/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular-ui/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular-ui/[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/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:angular/[email protected]": {
"angular": "github:angular/[email protected]"
},
"github:components/[email protected]": {
"jquery": "github:components/[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:mgonto/[email protected]": {
"angular": "github:angular/[email protected]",
"lodash": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"css": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
}
}
});