System.config({ "baseURL": "/", "transpiler": "babel", "babelOptions": { "optional": [ "runtime" ] }, "paths": { "*": "*.js", "github:*": "jspm_packages/github/*.js", "npm:*": "jspm_packages/npm/*.js" } }); System.config({ "map": { "config-API": "src/configapi", "doodle3d-API": "src/doodle3dapi", "info-API": "src/infoapi", "network-API": "src/networkapi", "printer-API": "src/printerapi", "rest-API": "src/restapi", "sketch-API": "src/sketchapi", "system-API": "src/systemapi", "update-API": "src/updateapi", "babel": "npm:babel-core@5.6.20", "babel-runtime": "npm:babel-runtime@5.6.20", "core-js": "npm:core-js@0.9.18", "jquery": "github:components/jquery@2.1.4", "github:jspm/nodelibs-process@0.1.1": { "process": "npm:process@0.10.1" }, "npm:babel-runtime@5.6.20": { "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" } } });