|
| 1 | +System.config({ |
| 2 | + baseURL: "/", |
| 3 | + defaultJSExtensions: true, |
| 4 | + transpiler: "babel", |
| 5 | + babelOptions: { |
| 6 | + "optional": [ |
| 7 | + "runtime", |
| 8 | + "optimisation.modules.system" |
| 9 | + ] |
| 10 | + }, |
| 11 | + paths: { |
| 12 | + "github:*": "jspm_packages/github/*", |
| 13 | + "npm:*": "jspm_packages/npm/*" |
| 14 | + }, |
| 15 | + |
| 16 | + map: { |
| 17 | + "babel": "npm:babel-core@5.8.38", |
| 18 | + "babel-runtime": "npm:babel-runtime@5.8.38", |
| 19 | + "core-js": "npm:core-js@1.2.7", |
| 20 | + "css": "github:systemjs/plugin-css@0.1.27", |
| 21 | + "json": "github:systemjs/plugin-json@0.1.2", |
| 22 | + "reveal": "github:hakimel/reveal.js@3.3.0", |
| 23 | + "text": "github:systemjs/plugin-text@0.0.8", |
| 24 | + "github:jspm/nodelibs-assert@0.1.0": { |
| 25 | + "assert": "npm:assert@1.4.1" |
| 26 | + }, |
| 27 | + "github:jspm/nodelibs-buffer@0.1.0": { |
| 28 | + "buffer": "npm:buffer@3.6.0" |
| 29 | + }, |
| 30 | + "github:jspm/nodelibs-path@0.1.0": { |
| 31 | + "path-browserify": "npm:path-browserify@0.0.0" |
| 32 | + }, |
| 33 | + "github:jspm/nodelibs-process@0.1.2": { |
| 34 | + "process": "npm:process@0.11.8" |
| 35 | + }, |
| 36 | + "github:jspm/nodelibs-util@0.1.0": { |
| 37 | + "util": "npm:util@0.10.3" |
| 38 | + }, |
| 39 | + "github:jspm/nodelibs-vm@0.1.0": { |
| 40 | + "vm-browserify": "npm:vm-browserify@0.0.4" |
| 41 | + }, |
| 42 | + "npm:assert@1.4.1": { |
| 43 | + "assert": "github:jspm/nodelibs-assert@0.1.0", |
| 44 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 45 | + "process": "github:jspm/nodelibs-process@0.1.2", |
| 46 | + "util": "npm:util@0.10.3" |
| 47 | + }, |
| 48 | + "npm:babel-runtime@5.8.38": { |
| 49 | + "process": "github:jspm/nodelibs-process@0.1.2" |
| 50 | + }, |
| 51 | + "npm:buffer@3.6.0": { |
| 52 | + "base64-js": "npm:base64-js@0.0.8", |
| 53 | + "child_process": "github:jspm/nodelibs-child_process@0.1.0", |
| 54 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 55 | + "ieee754": "npm:ieee754@1.1.6", |
| 56 | + "isarray": "npm:isarray@1.0.0", |
| 57 | + "process": "github:jspm/nodelibs-process@0.1.2" |
| 58 | + }, |
| 59 | + "npm:core-js@1.2.7": { |
| 60 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 61 | + "path": "github:jspm/nodelibs-path@0.1.0", |
| 62 | + "process": "github:jspm/nodelibs-process@0.1.2", |
| 63 | + "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 64 | + }, |
| 65 | + "npm:inherits@2.0.1": { |
| 66 | + "util": "github:jspm/nodelibs-util@0.1.0" |
| 67 | + }, |
| 68 | + "npm:path-browserify@0.0.0": { |
| 69 | + "process": "github:jspm/nodelibs-process@0.1.2" |
| 70 | + }, |
| 71 | + "npm:process@0.11.8": { |
| 72 | + "assert": "github:jspm/nodelibs-assert@0.1.0", |
| 73 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 74 | + "vm": "github:jspm/nodelibs-vm@0.1.0" |
| 75 | + }, |
| 76 | + "npm:util@0.10.3": { |
| 77 | + "inherits": "npm:inherits@2.0.1", |
| 78 | + "process": "github:jspm/nodelibs-process@0.1.2" |
| 79 | + }, |
| 80 | + "npm:vm-browserify@0.0.4": { |
| 81 | + "indexof": "npm:indexof@0.0.1" |
| 82 | + } |
| 83 | + } |
| 84 | +}); |
0 commit comments