mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 19:17:57 +01:00
64 lines
1.7 KiB
JavaScript
64 lines
1.7 KiB
JavaScript
System.config({
|
|
baseURL: "/",
|
|
defaultJSExtensions: true,
|
|
transpiler: "babel",
|
|
babelOptions: {
|
|
"optional": [
|
|
"runtime"
|
|
]
|
|
},
|
|
paths: {
|
|
"github:*": "jspm_packages/github/*",
|
|
"npm:*": "jspm_packages/npm/*"
|
|
},
|
|
bundles: {
|
|
"bundle.js": []
|
|
},
|
|
|
|
map: {
|
|
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
|
|
"babel": "npm:babel-core@5.8.38",
|
|
"babel-runtime": "npm:babel-runtime@5.8.38",
|
|
"casperlamboo/EventDispatcher": "github:casperlamboo/EventDispatcher@master",
|
|
"core-js": "npm:core-js@0.9.18",
|
|
"json": "github:systemjs/plugin-json@0.1.0",
|
|
"three.js": "github:mrdoob/three.js@r72",
|
|
"github:Doodle3D/clipper-js@master": {
|
|
"clipper-lib": "npm:clipper-lib@1.0.0"
|
|
},
|
|
"github:jspm/nodelibs-assert@0.1.0": {
|
|
"assert": "npm:assert@1.3.0"
|
|
},
|
|
"github:jspm/nodelibs-process@0.1.2": {
|
|
"process": "npm:process@0.11.2"
|
|
},
|
|
"github:jspm/nodelibs-util@0.1.0": {
|
|
"util": "npm:util@0.10.3"
|
|
},
|
|
"npm:assert@1.3.0": {
|
|
"util": "npm:util@0.10.3"
|
|
},
|
|
"npm:babel-runtime@5.8.38": {
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
},
|
|
"npm:clipper-lib@1.0.0": {
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
},
|
|
"npm:core-js@0.9.18": {
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
|
|
},
|
|
"npm:inherits@2.0.1": {
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
},
|
|
"npm:process@0.11.2": {
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0"
|
|
},
|
|
"npm:util@0.10.3": {
|
|
"inherits": "npm:inherits@2.0.1",
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
}
|
|
}
|
|
});
|