Doodle3D-API/config.js

38 lines
965 B
JavaScript
Raw Normal View History

2015-07-15 15:06:18 +02:00
System.config({
"baseURL": "/",
2015-07-23 16:12:11 +02:00
"defaultJSExtensions": true,
2015-07-15 15:06:18 +02:00
"transpiler": "babel",
"babelOptions": {
"optional": [
"runtime"
]
},
"paths": {
2015-07-23 16:12:11 +02:00
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
2015-07-15 15:06:18 +02:00
}
});
System.config({
"map": {
2015-07-23 16:12:11 +02:00
"babel": "npm:babel-core@5.7.4",
"babel-runtime": "npm:babel-runtime@5.7.0",
2015-07-15 15:06:18 +02:00
"core-js": "npm:core-js@0.9.18",
"github/fetch": "github:github/fetch@0.9.0",
2015-07-23 16:12:11 +02:00
"traceur": "github:jmcriffey/bower-traceur@0.0.90",
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.90",
2015-07-15 15:06:18 +02:00
"github:jspm/nodelibs-process@0.1.1": {
"process": "npm:process@0.10.1"
},
2015-07-23 16:12:11 +02:00
"npm:babel-runtime@5.7.0": {
2015-07-15 15:06:18 +02:00
"process": "github:jspm/nodelibs-process@0.1.1"
},
"npm:core-js@0.9.18": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"process": "github:jspm/nodelibs-process@0.1.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
}
}
});