forked from martinmicunda/employee-scheduling-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjspm.conf.js
39 lines (37 loc) · 1.55 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
System.config({
"baseURL": "./",
"paths": {
"*": "*.js",
"employee-scheduling-ui/*": "src/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
}
});
System.config({
"map": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-mocks": "github:angular/[email protected]",
"angular-ui-router": "github:angular-ui/[email protected]",
"css": "github:systemjs/[email protected]",
"font-awesome": "npm:[email protected]",
"github:angular-ui/bootstrap-bower": "github:angular-ui/[email protected]",
"github:angular/bower-angular-messages": "github:angular/[email protected]",
"github:fyockm/bootstrap-css-only": "github:fyockm/[email protected]",
"github:grevory/angular-local-storage": "github:grevory/[email protected]",
"github:jeremypeters/ng-bs-animated-button": "github:jeremypeters/[email protected]",
"github:lodash/lodash": "github:lodash/[email protected]",
"github:mgonto/restangular": "github:mgonto/[email protected]",
"json": "github:systemjs/[email protected]",
"text": "github:systemjs/[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]"
}
}
});