2015-07-26 15:32:10 +02:00
|
|
|
System.config({
|
2015-10-14 17:11:29 +02:00
|
|
|
baseURL: "/",
|
|
|
|
defaultJSExtensions: true,
|
|
|
|
transpiler: "babel",
|
|
|
|
babelOptions: {
|
2015-07-26 15:32:10 +02:00
|
|
|
"optional": [
|
|
|
|
"runtime"
|
|
|
|
]
|
|
|
|
},
|
2015-10-14 17:11:29 +02:00
|
|
|
paths: {
|
2015-07-26 15:32:10 +02:00
|
|
|
"github:*": "jspm_packages/github/*",
|
|
|
|
"npm:*": "jspm_packages/npm/*"
|
2015-10-14 17:11:29 +02:00
|
|
|
},
|
|
|
|
bundles: {
|
|
|
|
"bundle.js": []
|
|
|
|
},
|
2015-07-26 15:32:10 +02:00
|
|
|
|
2015-10-14 17:11:29 +02:00
|
|
|
map: {
|
2016-04-21 22:50:02 +02:00
|
|
|
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
|
2016-04-21 22:14:22 +02:00
|
|
|
"babel": "npm:babel-core@5.8.38",
|
|
|
|
"babel-runtime": "npm:babel-runtime@5.8.38",
|
2016-03-29 00:35:53 +02:00
|
|
|
"casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master",
|
2015-07-26 15:32:10 +02:00
|
|
|
"core-js": "npm:core-js@0.9.18",
|
|
|
|
"json": "github:systemjs/plugin-json@0.1.0",
|
2015-10-14 17:11:29 +02:00
|
|
|
"three.js": "github:mrdoob/three.js@r72",
|
2016-04-21 22:50:02 +02:00
|
|
|
"github:Doodle3D/clipper-js@master": {
|
2016-04-21 22:14:22 +02:00
|
|
|
"clipper-lib": "npm:clipper-lib@1.0.0"
|
|
|
|
},
|
2015-07-26 15:32:10 +02:00
|
|
|
"github:jspm/nodelibs-assert@0.1.0": {
|
|
|
|
"assert": "npm:assert@1.3.0"
|
|
|
|
},
|
2016-04-21 22:14:22 +02:00
|
|
|
"github:jspm/nodelibs-process@0.1.2": {
|
|
|
|
"process": "npm:process@0.11.2"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-util@0.1.0": {
|
|
|
|
"util": "npm:util@0.10.3"
|
|
|
|
},
|
|
|
|
"npm:assert@1.3.0": {
|
|
|
|
"util": "npm:util@0.10.3"
|
|
|
|
},
|
2016-04-21 22:14:22 +02:00
|
|
|
"npm:babel-runtime@5.8.38": {
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"npm:clipper-lib@1.0.0": {
|
2016-04-21 22:14:22 +02:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"npm:core-js@0.9.18": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
2016-04-21 22:14:22 +02:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2015-07-26 15:32:10 +02:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:inherits@2.0.1": {
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-21 22:14:22 +02:00
|
|
|
"npm:process@0.11.2": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0"
|
2015-07-26 15:32:10 +02:00
|
|
|
},
|
|
|
|
"npm:util@0.10.3": {
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2016-04-21 22:14:22 +02:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-07-26 15:32:10 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|