11System . config ( {
22 defaultJSExtensions : true ,
3- transpiler : "traceur " ,
3+ transpiler : "-a " ,
44 paths : {
55 "app/*" : "src/*.js" ,
66 "users/*" : "src/users/*.js" ,
@@ -10,6 +10,8 @@ System.config({
1010 } ,
1111
1212 map : {
13+ "-a" : "npm:babel-core@5.8.38" ,
14+ "-a-runtime" : "npm:babel-runtime@5.8.38" ,
1315 "angular" : "github:angular/bower-angular@1.5.8" ,
1416 "angular-animate" : "github:angular/bower-angular-animate@1.5.8" ,
1517 "angular-aria" : "github:angular/bower-angular-aria@1.5.8" ,
@@ -36,6 +38,53 @@ System.config({
3638 "angular-aria" : "github:angular/bower-angular-aria@1.5.8" ,
3739 "angular-messages" : "github:angular/bower-angular-messages@1.5.8" ,
3840 "css" : "github:systemjs/plugin-css@0.1.29"
41+ } ,
42+ "github:jspm/nodelibs-assert@0.1.0" : {
43+ "assert" : "npm:assert@1.4.1"
44+ } ,
45+ "github:jspm/nodelibs-buffer@0.1.0" : {
46+ "buffer" : "npm:buffer@3.6.0"
47+ } ,
48+ "github:jspm/nodelibs-process@0.1.2" : {
49+ "process" : "npm:process@0.11.9"
50+ } ,
51+ "github:jspm/nodelibs-util@0.1.0" : {
52+ "util" : "npm:util@0.10.3"
53+ } ,
54+ "github:jspm/nodelibs-vm@0.1.0" : {
55+ "vm-browserify" : "npm:vm-browserify@0.0.4"
56+ } ,
57+ "npm:assert@1.4.1" : {
58+ "assert" : "github:jspm/nodelibs-assert@0.1.0" ,
59+ "buffer" : "github:jspm/nodelibs-buffer@0.1.0" ,
60+ "process" : "github:jspm/nodelibs-process@0.1.2" ,
61+ "util" : "npm:util@0.10.3"
62+ } ,
63+ "npm:babel-runtime@5.8.38" : {
64+ "process" : "github:jspm/nodelibs-process@0.1.2"
65+ } ,
66+ "npm:buffer@3.6.0" : {
67+ "base64-js" : "npm:base64-js@0.0.8" ,
68+ "child_process" : "github:jspm/nodelibs-child_process@0.1.0" ,
69+ "fs" : "github:jspm/nodelibs-fs@0.1.2" ,
70+ "ieee754" : "npm:ieee754@1.1.6" ,
71+ "isarray" : "npm:isarray@1.0.0" ,
72+ "process" : "github:jspm/nodelibs-process@0.1.2"
73+ } ,
74+ "npm:inherits@2.0.1" : {
75+ "util" : "github:jspm/nodelibs-util@0.1.0"
76+ } ,
77+ "npm:process@0.11.9" : {
78+ "assert" : "github:jspm/nodelibs-assert@0.1.0" ,
79+ "fs" : "github:jspm/nodelibs-fs@0.1.2" ,
80+ "vm" : "github:jspm/nodelibs-vm@0.1.0"
81+ } ,
82+ "npm:util@0.10.3" : {
83+ "inherits" : "npm:inherits@2.0.1" ,
84+ "process" : "github:jspm/nodelibs-process@0.1.2"
85+ } ,
86+ "npm:vm-browserify@0.0.4" : {
87+ "indexof" : "npm:indexof@0.0.1"
3988 }
4089 }
4190} ) ;
0 commit comments