|
| 1 | +System.config({ |
| 2 | + "baseURL": "/", |
| 3 | + "transpiler": "traceur", |
| 4 | + "paths": { |
| 5 | + "*": "*.js", |
| 6 | + "github:*": "jspm_packages/github/*.js", |
| 7 | + "npm:*": "jspm_packages/npm/*.js" |
| 8 | + } |
| 9 | +}); |
| 10 | + |
| 11 | +System.config({ |
| 12 | + "map": { |
| 13 | + "css": "github:systemjs/plugin-css@0.1.13", |
| 14 | + "jquery": "github:components/jquery@2.1.4", |
| 15 | + "json-markup": "npm:json-markup@0.1.6", |
| 16 | + "react": "npm:react@0.14.0-beta3", |
| 17 | + "traceur": "github:jmcriffey/bower-traceur@0.0.88", |
| 18 | + "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88", |
| 19 | + "github:jspm/nodelibs-buffer@0.1.0": { |
| 20 | + "buffer": "npm:buffer@3.4.2" |
| 21 | + }, |
| 22 | + "github:jspm/nodelibs-domain@0.1.0": { |
| 23 | + "domain-browser": "npm:domain-browser@1.1.4" |
| 24 | + }, |
| 25 | + "github:jspm/nodelibs-events@0.1.1": { |
| 26 | + "events": "npm:events@1.0.2" |
| 27 | + }, |
| 28 | + "github:jspm/nodelibs-path@0.1.0": { |
| 29 | + "path-browserify": "npm:path-browserify@0.0.0" |
| 30 | + }, |
| 31 | + "github:jspm/nodelibs-process@0.1.1": { |
| 32 | + "process": "npm:process@0.10.1" |
| 33 | + }, |
| 34 | + "github:jspm/nodelibs-stream@0.1.0": { |
| 35 | + "stream-browserify": "npm:stream-browserify@1.0.0" |
| 36 | + }, |
| 37 | + "github:jspm/nodelibs-util@0.1.0": { |
| 38 | + "util": "npm:util@0.10.3" |
| 39 | + }, |
| 40 | + "npm:amdefine@1.0.0": { |
| 41 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 42 | + "module": "github:jspm/nodelibs-module@0.1.0", |
| 43 | + "path": "github:jspm/nodelibs-path@0.1.0", |
| 44 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 45 | + }, |
| 46 | + "npm:asap@2.0.3": { |
| 47 | + "domain": "github:jspm/nodelibs-domain@0.1.0", |
| 48 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 49 | + }, |
| 50 | + "npm:buffer@3.4.2": { |
| 51 | + "base64-js": "npm:base64-js@0.0.8", |
| 52 | + "ieee754": "npm:ieee754@1.1.6", |
| 53 | + "is-array": "npm:is-array@1.0.1" |
| 54 | + }, |
| 55 | + "npm:core-js@1.0.1": { |
| 56 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 57 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 58 | + "systemjs-json": "github:systemjs/plugin-json@0.1.0" |
| 59 | + }, |
| 60 | + "npm:core-util-is@1.0.1": { |
| 61 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0" |
| 62 | + }, |
| 63 | + "npm:domain-browser@1.1.4": { |
| 64 | + "events": "github:jspm/nodelibs-events@0.1.1" |
| 65 | + }, |
| 66 | + "npm:envify@3.4.0": { |
| 67 | + "jstransform": "npm:jstransform@10.1.0", |
| 68 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 69 | + "through": "npm:through@2.3.8" |
| 70 | + }, |
| 71 | + "npm:esprima-fb@13001.1001.0-dev-harmony-fb": { |
| 72 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 73 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 74 | + }, |
| 75 | + "npm:fbjs@0.1.0-alpha.4": { |
| 76 | + "core-js": "npm:core-js@1.0.1", |
| 77 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 78 | + "path": "github:jspm/nodelibs-path@0.1.0", |
| 79 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 80 | + "promise": "npm:promise@7.0.4", |
| 81 | + "whatwg-fetch": "npm:whatwg-fetch@0.9.0" |
| 82 | + }, |
| 83 | + "npm:inherits@2.0.1": { |
| 84 | + "util": "github:jspm/nodelibs-util@0.1.0" |
| 85 | + }, |
| 86 | + "npm:jstransform@10.1.0": { |
| 87 | + "base62": "npm:base62@0.1.1", |
| 88 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 89 | + "esprima-fb": "npm:esprima-fb@13001.1001.0-dev-harmony-fb", |
| 90 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 91 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 92 | + "source-map": "npm:source-map@0.1.31" |
| 93 | + }, |
| 94 | + "npm:path-browserify@0.0.0": { |
| 95 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 96 | + }, |
| 97 | + "npm:promise@7.0.4": { |
| 98 | + "asap": "npm:asap@2.0.3", |
| 99 | + "fs": "github:jspm/nodelibs-fs@0.1.2" |
| 100 | + }, |
| 101 | + "npm:react@0.14.0-beta3": { |
| 102 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 103 | + "envify": "npm:envify@3.4.0", |
| 104 | + "fbjs": "npm:fbjs@0.1.0-alpha.4", |
| 105 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 106 | + }, |
| 107 | + "npm:readable-stream@1.1.13": { |
| 108 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 109 | + "core-util-is": "npm:core-util-is@1.0.1", |
| 110 | + "events": "github:jspm/nodelibs-events@0.1.1", |
| 111 | + "inherits": "npm:inherits@2.0.1", |
| 112 | + "isarray": "npm:isarray@0.0.1", |
| 113 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 114 | + "stream": "github:jspm/nodelibs-stream@0.1.0", |
| 115 | + "stream-browserify": "npm:stream-browserify@1.0.0", |
| 116 | + "string_decoder": "npm:string_decoder@0.10.31", |
| 117 | + "util": "github:jspm/nodelibs-util@0.1.0" |
| 118 | + }, |
| 119 | + "npm:source-map@0.1.31": { |
| 120 | + "amdefine": "npm:amdefine@1.0.0", |
| 121 | + "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 122 | + "path": "github:jspm/nodelibs-path@0.1.0", |
| 123 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 124 | + }, |
| 125 | + "npm:stream-browserify@1.0.0": { |
| 126 | + "events": "github:jspm/nodelibs-events@0.1.1", |
| 127 | + "inherits": "npm:inherits@2.0.1", |
| 128 | + "readable-stream": "npm:readable-stream@1.1.13" |
| 129 | + }, |
| 130 | + "npm:string_decoder@0.10.31": { |
| 131 | + "buffer": "github:jspm/nodelibs-buffer@0.1.0" |
| 132 | + }, |
| 133 | + "npm:through@2.3.8": { |
| 134 | + "process": "github:jspm/nodelibs-process@0.1.1", |
| 135 | + "stream": "github:jspm/nodelibs-stream@0.1.0" |
| 136 | + }, |
| 137 | + "npm:util@0.10.3": { |
| 138 | + "inherits": "npm:inherits@2.0.1", |
| 139 | + "process": "github:jspm/nodelibs-process@0.1.1" |
| 140 | + } |
| 141 | + } |
| 142 | +}); |
| 143 | + |
0 commit comments